Html Css Color HEX #CFEE9F Reef

📋 copy color: '#CFEE9F'

red 207 ◦ green 238 ◦ blue 159

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

Shades of Reef #CFEE9F

Tints of Reef #CFEE9F

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.4%

 BLUE value IS 159 (62.5% from 255) = 26.32%

R = 34.27%
G = 39.4%
B = 26.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#CFEE9F (or 0xCFEE9F) is known color: Reef. HEX triplet: CF, EE and 9F. RGB value is (207,238,159). Sum of RGB (Red+Green+Blue) = 207+238+159=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEE9F is #301160. Grayscale: #DCDCDC. Windows color (decimal): -3150177 or 10481359. OLE color: 10481359.

HSL color Cylindrical-coordinate representation of color #CFEE9F: hue angle of 83.54º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFEE9F is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 238 159 -
CMYK 0.13 0 0.33 0.07
HSL 83.54º 0.7% 0.78% -
HSV(B) 83.54º 0.33% 0.93% -
XYZ 62.56 76.92 44.35 -
YUV 219.73 93.73 118.92 -
System Red Green Blue C M Y K H S L
Decimal 207 238 159 0.13 0 0.33 0.07 83.54 0.7 0.78
Hex CF EE 9F D 0 21 7 54 46 4E
Octal 317 356 237 15 0 41 7 124 106 116
Binary 11001111 11101110 10011111 1101 0 100001 111 1010100 1000110 1001110

Color Harmonies of #CFEE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEE9F

Black with #CFEE9F

Text Example


Text Example

White with #CFEE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEE9F; }

 p { color: rgb(207,238,159); }

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

background-color css

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

 a { background-color: rgb(207,238,159); }

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

border-color css

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

 span { border-color: rgb(207,238,159); }

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