Html Css Color HEX #CFE69B Reef

📋 copy color: '#CFE69B'

red 207 ◦ green 230 ◦ blue 155

#CFE69B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CFE69B

Tints of Reef #CFE69B

RGB

 RED value IS 207 (81.25% from 255) = 34.97%

 GREEN value IS 230 (90.23% from 255) = 38.85%

 BLUE value IS 155 (60.94% from 255) = 26.18%

R = 34.97%
G = 38.85%
B = 26.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFE69B (or 0xCFE69B) is known color: Reef. HEX triplet: CF, E6 and 9B. RGB value is (207,230,155). Sum of RGB (Red+Green+Blue) = 207+230+155=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 155 (60.94% from 255 or 26.18% from 592); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE69B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE69B is #301964. Grayscale: #D6D6D6. Windows color (decimal): -3152229 or 10217167. OLE color: 10217167.

HSL color Cylindrical-coordinate representation of color #CFE69B: hue angle of 78.4º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFE69B is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 230 155 -
CMYK 0.10 0 0.33 0.10
HSL 78.4º 0.6% 0.75% -
HSV(B) 78.4º 0.33% 0.9% -
XYZ 59.95 72.23 41.79 -
YUV 214.57 94.38 122.6 -
System Red Green Blue C M Y K H S L
Decimal 207 230 155 0.10 0 0.33 0.10 78.4 0.6 0.75
Hex CF E6 9B A 0 21 A 4E 3C 4B
Octal 317 346 233 12 0 41 12 116 74 113
Binary 11001111 11100110 10011011 1010 0 100001 1010 1001110 111100 1001011

Color Harmonies of #CFE69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE69B

Black with #CFE69B

Text Example


Text Example

White with #CFE69B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE69B; }

 p { color: rgb(207,230,155); }

 H1.HeaderClassName
 {
   color: #CFE69B;
 }
 .AnyTagClassName
 {
   color: #CFE69B;
 }
</style>

background-color css

<style>
 a { background-color: #CFE69B; }

 a { background-color: rgb(207,230,155); }

 div.DivClassName
 {
   background-color: #CFE69B;
 }
 .BgClassName
 {
   background-color: #CFE69B;
 }
</style>

border-color css

<style>
 span { border-color: #CFE69B; }

 span { border-color: rgb(207,230,155); }

 td.TdClassName
 {
   border-color: #CFE69B;
 }
 .TagClassName
 {
   border-color: #CFE69B;
 }
</style>