Html Css Color HEX #CFF096 Reef

📋 copy color: '#CFF096'

red 207 ◦ green 240 ◦ blue 150

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

Shades of Reef #CFF096

Tints of Reef #CFF096

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.2%

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

R = 34.67%
G = 40.2%
B = 25.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#CFF096 (or 0xCFF096) is known color: Reef. HEX triplet: CF, F0 and 96. RGB value is (207,240,150). Sum of RGB (Red+Green+Blue) = 207+240+150=597 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.67% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF096 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF096 is #300F69. Grayscale: #DCDCDC. Windows color (decimal): -3149674 or 9892047. OLE color: 9892047.

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

Color convert

RGB 207 240 150 -
CMYK 0.14 0 0.37 0.06
HSL 82º 0.75% 0.76% -
HSV(B) 82º 0.38% 0.94% -
XYZ 62.4 77.79 40.58 -
YUV 219.87 88.57 118.82 -
System Red Green Blue C M Y K H S L
Decimal 207 240 150 0.14 0 0.37 0.06 82 0.75 0.76
Hex CF F0 96 E 0 25 6 52 4B 4C
Octal 317 360 226 16 0 45 6 122 113 114
Binary 11001111 11110000 10010110 1110 0 100101 110 1010010 1001011 1001100

Color Harmonies of #CFF096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF096

Black with #CFF096

Text Example


Text Example

White with #CFF096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF096; }

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

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

background-color css

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

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

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

border-color css

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

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

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