Html Css Color HEX #CFEF9E Reef

📋 copy color: '#CFEF9E'

red 207 ◦ green 239 ◦ blue 158

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

Shades of Reef #CFEF9E

Tints of Reef #CFEF9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 26.16%

R = 34.27%
G = 39.57%
B = 26.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#CFEF9E (or 0xCFEF9E) is known color: Reef. HEX triplet: CF, EF and 9E. RGB value is (207,239,158). Sum of RGB (Red+Green+Blue) = 207+239+158=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 158 (62.11% from 255 or 26.16% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEF9E is #301061. Grayscale: #DCDCDC. Windows color (decimal): -3149922 or 10416079. OLE color: 10416079.

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

Color convert

RGB 207 239 158 -
CMYK 0.13 0 0.34 0.06
HSL 83.7º 0.72% 0.78% -
HSV(B) 83.7º 0.34% 0.94% -
XYZ 62.77 77.47 43.99 -
YUV 220.2 92.9 118.59 -
System Red Green Blue C M Y K H S L
Decimal 207 239 158 0.13 0 0.34 0.06 83.7 0.72 0.78
Hex CF EF 9E D 0 22 6 54 48 4E
Octal 317 357 236 15 0 42 6 124 110 116
Binary 11001111 11101111 10011110 1101 0 100010 110 1010100 1001000 1001110

Color Harmonies of #CFEF9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEF9E

Black with #CFEF9E

Text Example


Text Example

White with #CFEF9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEF9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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