Html Css Color HEX #CFE991 Reef

📋 copy color: '#CFE991'

red 207 ◦ green 233 ◦ blue 145

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

Shades of Reef #CFE991

Tints of Reef #CFE991

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.83%

 BLUE value IS 145 (57.03% from 255) = 24.79%

R = 35.38%
G = 39.83%
B = 24.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#CFE991 (or 0xCFE991) is known color: Reef. HEX triplet: CF, E9 and 91. RGB value is (207,233,145). Sum of RGB (Red+Green+Blue) = 207+233+145=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 233 (91.41% from 255 or 39.83% from 585); Blue value is 145 (57.03% from 255 or 24.79% from 585); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE991 is #30166E. Grayscale: #D7D7D7. Windows color (decimal): -3151471 or 9562575. OLE color: 9562575.

HSL color Cylindrical-coordinate representation of color #CFE991: hue angle of 77.73º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFE991 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 233 145 -
CMYK 0.11 0 0.38 0.09
HSL 77.73º 0.67% 0.74% -
HSV(B) 77.73º 0.38% 0.91% -
XYZ 59.98 73.59 37.83 -
YUV 215.19 88.39 122.16 -
System Red Green Blue C M Y K H S L
Decimal 207 233 145 0.11 0 0.38 0.09 77.73 0.67 0.74
Hex CF E9 91 B 0 26 9 4E 43 4A
Octal 317 351 221 13 0 46 11 116 103 112
Binary 11001111 11101001 10010001 1011 0 100110 1001 1001110 1000011 1001010

Color Harmonies of #CFE991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE991

Black with #CFE991

Text Example


Text Example

White with #CFE991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE991; }

 p { color: rgb(207,233,145); }

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

background-color css

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

 a { background-color: rgb(207,233,145); }

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

border-color css

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

 span { border-color: rgb(207,233,145); }

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