Html Css Color HEX #CFEF96 Reef

📋 copy color: '#CFEF96'

red 207 ◦ green 239 ◦ blue 150

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

Shades of Reef #CFEF96

Tints of Reef #CFEF96

RGB

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

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

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

R = 34.73%
G = 40.1%
B = 25.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#CFEF96 (or 0xCFEF96) is known color: Reef. HEX triplet: CF, EF and 96. RGB value is (207,239,150). Sum of RGB (Red+Green+Blue) = 207+239+150=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 239 (93.75% from 255 or 40.10% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEF96 is #301069. Grayscale: #DBDBDB. Windows color (decimal): -3149930 or 9891791. OLE color: 9891791.

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

Color convert

RGB 207 239 150 -
CMYK 0.13 0 0.37 0.06
HSL 81.57º 0.74% 0.76% -
HSV(B) 81.57º 0.37% 0.94% -
XYZ 62.1 77.2 40.48 -
YUV 219.29 88.9 119.24 -
System Red Green Blue C M Y K H S L
Decimal 207 239 150 0.13 0 0.37 0.06 81.57 0.74 0.76
Hex CF EF 96 D 0 25 6 52 4A 4C
Octal 317 357 226 15 0 45 6 122 112 114
Binary 11001111 11101111 10010110 1101 0 100101 110 1010010 1001010 1001100

Color Harmonies of #CFEF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEF96

Black with #CFEF96

Text Example


Text Example

White with #CFEF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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