Html Css Color HEX #CFF296 Reef

📋 copy color: '#CFF296'

red 207 ◦ green 242 ◦ blue 150

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

Shades of Reef #CFF296

Tints of Reef #CFF296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.4%

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

R = 34.56%
G = 40.4%
B = 25.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#CFF296 (or 0xCFF296) is known color: Reef. HEX triplet: CF, F2 and 96. RGB value is (207,242,150). Sum of RGB (Red+Green+Blue) = 207+242+150=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF296 is #300D69. Grayscale: #DDDDDD. Windows color (decimal): -3149162 or 9892559. OLE color: 9892559.

HSL color Cylindrical-coordinate representation of color #CFF296: hue angle of 82.83º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFF296 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 242 150 -
CMYK 0.14 0 0.38 0.05
HSL 82.83º 0.78% 0.77% -
HSV(B) 82.83º 0.38% 0.95% -
XYZ 62.99 78.97 40.78 -
YUV 221.05 87.9 117.98 -
System Red Green Blue C M Y K H S L
Decimal 207 242 150 0.14 0 0.38 0.05 82.83 0.78 0.77
Hex CF F2 96 E 0 26 5 53 4E 4D
Octal 317 362 226 16 0 46 5 123 116 115
Binary 11001111 11110010 10010110 1110 0 100110 101 1010011 1001110 1001101

Color Harmonies of #CFF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF296

Black with #CFF296

Text Example


Text Example

White with #CFF296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF296; }

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

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

background-color css

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

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

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

border-color css

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

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

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