Html Css Color HEX #CFFC96 Reef

📋 copy color: '#CFFC96'

red 207 ◦ green 252 ◦ blue 150

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

Shades of Reef #CFFC96

Tints of Reef #CFFC96

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.38%

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

R = 33.99%
G = 41.38%
B = 24.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#CFFC96 (or 0xCFFC96) is known color: Reef. HEX triplet: CF, FC and 96. RGB value is (207,252,150). Sum of RGB (Red+Green+Blue) = 207+252+150=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 252 (98.83% from 255 or 41.38% from 609); Blue value is 150 (58.98% from 255 or 24.63% from 609); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFC96 is #300369. Grayscale: #E3E3E3. Windows color (decimal): -3146602 or 9895119. OLE color: 9895119.

HSL color Cylindrical-coordinate representation of color #CFFC96: hue angle of 86.47º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFFC96 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 252 150 -
CMYK 0.18 0 0.40 0.01
HSL 86.47º 0.94% 0.79% -
HSV(B) 86.47º 0.4% 0.99% -
XYZ 66.05 85.09 41.8 -
YUV 226.92 84.59 113.79 -
System Red Green Blue C M Y K H S L
Decimal 207 252 150 0.18 0 0.40 0.01 86.47 0.94 0.79
Hex CF FC 96 12 0 28 1 56 5E 4F
Octal 317 374 226 22 0 50 1 126 136 117
Binary 11001111 11111100 10010110 10010 0 101000 1 1010110 1011110 1001111

Color Harmonies of #CFFC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFC96

Black with #CFFC96

Text Example


Text Example

White with #CFFC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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