Html Css Color HEX #CFE09B Reef

📋 copy color: '#CFE09B'

red 207 ◦ green 224 ◦ blue 155

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

Shades of Reef #CFE09B

Tints of Reef #CFE09B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.23%

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

R = 35.32%
G = 38.23%
B = 26.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#CFE09B (or 0xCFE09B) is known color: Reef. HEX triplet: CF, E0 and 9B. RGB value is (207,224,155). Sum of RGB (Red+Green+Blue) = 207+224+155=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 224 (87.89% from 255 or 38.23% from 586); Blue value is 155 (60.94% from 255 or 26.45% from 586); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE09B is #301F64. Grayscale: #D3D3D3. Windows color (decimal): -3153765 or 10215631. OLE color: 10215631.

HSL color Cylindrical-coordinate representation of color #CFE09B: hue angle of 74.78º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFE09B is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 155 -
CMYK 0.08 0 0.31 0.12
HSL 74.78º 0.53% 0.74% -
HSV(B) 74.78º 0.31% 0.88% -
XYZ 58.3 68.94 41.24 -
YUV 211.05 96.37 125.11 -
System Red Green Blue C M Y K H S L
Decimal 207 224 155 0.08 0 0.31 0.12 74.78 0.53 0.74
Hex CF E0 9B 8 0 1F C 4B 35 4A
Octal 317 340 233 10 0 37 14 113 65 112
Binary 11001111 11100000 10011011 1000 0 11111 1100 1001011 110101 1001010

Color Harmonies of #CFE09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE09B

Black with #CFE09B

Text Example


Text Example

White with #CFE09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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