Html Css Color HEX #CFF196 Reef

📋 copy color: '#CFF196'

red 207 ◦ green 241 ◦ blue 150

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

Shades of Reef #CFF196

Tints of Reef #CFF196

RGB

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

 GREEN value IS 241 (94.53% from 255) = 40.3%

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

R = 34.62%
G = 40.3%
B = 25.08%

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

#CFF196 (or 0xCFF196) is known color: Reef. HEX triplet: CF, F1 and 96. RGB value is (207,241,150). Sum of RGB (Red+Green+Blue) = 207+241+150=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF196 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF196 is #300E69. Grayscale: #DCDCDC. Windows color (decimal): -3149418 or 9892303. OLE color: 9892303.

HSL color Cylindrical-coordinate representation of color #CFF196: hue angle of 82.42º degrees, saturation: 0.76, 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 #CFF196 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 241 150 -
CMYK 0.14 0 0.38 0.05
HSL 82.42º 0.76% 0.77% -
HSV(B) 82.42º 0.38% 0.95% -
XYZ 62.69 78.38 40.68 -
YUV 220.46 88.24 118.4 -
System Red Green Blue C M Y K H S L
Decimal 207 241 150 0.14 0 0.38 0.05 82.42 0.76 0.77
Hex CF F1 96 E 0 26 5 52 4C 4D
Octal 317 361 226 16 0 46 5 122 114 115
Binary 11001111 11110001 10010110 1110 0 100110 101 1010010 1001100 1001101

Color Harmonies of #CFF196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF196

Black with #CFF196

Text Example


Text Example

White with #CFF196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF196; }

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

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

background-color css

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

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

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

border-color css

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

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

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