Html Css Color HEX #CCF196 Reef

📋 copy color: '#CCF196'

red 204 ◦ green 241 ◦ blue 150

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

Shades of Reef #CCF196

Tints of Reef #CCF196

RGB

 RED value IS 204 (80.08% from 255) = 34.29%

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

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

R = 34.29%
G = 40.5%
B = 25.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#CCF196 (or 0xCCF196) is known color: Reef. HEX triplet: CC, F1 and 96. RGB value is (204,241,150). Sum of RGB (Red+Green+Blue) = 204+241+150=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF196 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF196 is #330E69. Grayscale: #DBDBDB. Windows color (decimal): -3346026 or 9892300. OLE color: 9892300.

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

Color convert

RGB 204 241 150 -
CMYK 0.15 0 0.38 0.05
HSL 84.4º 0.76% 0.77% -
HSV(B) 84.4º 0.38% 0.95% -
XYZ 61.86 77.95 40.64 -
YUV 219.56 88.74 116.9 -
System Red Green Blue C M Y K H S L
Decimal 204 241 150 0.15 0 0.38 0.05 84.4 0.76 0.77
Hex CC F1 96 F 0 26 5 54 4C 4D
Octal 314 361 226 17 0 46 5 124 114 115
Binary 11001100 11110001 10010110 1111 0 100110 101 1010100 1001100 1001101

Color Harmonies of #CCF196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF196

Black with #CCF196

Text Example


Text Example

White with #CCF196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF196; }

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

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

background-color css

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

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

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

border-color css

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

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

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