Html Css Color HEX #CFEF9F Reef

📋 copy color: '#CFEF9F'

red 207 ◦ green 239 ◦ blue 159

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

Shades of Reef #CFEF9F

Tints of Reef #CFEF9F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.5%

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

R = 34.21%
G = 39.5%
B = 26.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#CFEF9F (or 0xCFEF9F) is known color: Reef. HEX triplet: CF, EF and 9F. RGB value is (207,239,159). Sum of RGB (Red+Green+Blue) = 207+239+159=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 159 (62.5% from 255 or 26.28% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEF9F is #301060. Grayscale: #DCDCDC. Windows color (decimal): -3149921 or 10481615. OLE color: 10481615.

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

Color convert

RGB 207 239 159 -
CMYK 0.13 0 0.33 0.06
HSL 84º 0.71% 0.78% -
HSV(B) 84º 0.33% 0.94% -
XYZ 62.86 77.5 44.45 -
YUV 220.31 93.4 118.5 -
System Red Green Blue C M Y K H S L
Decimal 207 239 159 0.13 0 0.33 0.06 84 0.71 0.78
Hex CF EF 9F D 0 21 6 54 47 4E
Octal 317 357 237 15 0 41 6 124 107 116
Binary 11001111 11101111 10011111 1101 0 100001 110 1010100 1000111 1001110

Color Harmonies of #CFEF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEF9F

Black with #CFEF9F

Text Example


Text Example

White with #CFEF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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