Html Css Color HEX #CFEE96 Reef

📋 copy color: '#CFEE96'

red 207 ◦ green 238 ◦ blue 150

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

Shades of Reef #CFEE96

Tints of Reef #CFEE96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.21%

R = 34.79%
G = 40%
B = 25.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#CFEE96 (or 0xCFEE96) is known color: Reef. HEX triplet: CF, EE and 96. RGB value is (207,238,150). Sum of RGB (Red+Green+Blue) = 207+238+150=595 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.79% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEE96 is #301169. Grayscale: #DBDBDB. Windows color (decimal): -3150186 or 9891535. OLE color: 9891535.

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

Color convert

RGB 207 238 150 -
CMYK 0.13 0 0.37 0.07
HSL 81.14º 0.72% 0.76% -
HSV(B) 81.14º 0.37% 0.93% -
XYZ 61.81 76.62 40.38 -
YUV 218.7 89.23 119.66 -
System Red Green Blue C M Y K H S L
Decimal 207 238 150 0.13 0 0.37 0.07 81.14 0.72 0.76
Hex CF EE 96 D 0 25 7 51 48 4C
Octal 317 356 226 15 0 45 7 121 110 114
Binary 11001111 11101110 10010110 1101 0 100101 111 1010001 1001000 1001100

Color Harmonies of #CFEE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEE96

Black with #CFEE96

Text Example


Text Example

White with #CFEE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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