Html Css Color HEX #CCF495 Reef

📋 copy color: '#CCF495'

red 204 ◦ green 244 ◦ blue 149

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

Shades of Reef #CCF495

Tints of Reef #CCF495

RGB

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

 GREEN value IS 244 (95.7% from 255) = 40.87%

 BLUE value IS 149 (58.59% from 255) = 24.96%

R = 34.17%
G = 40.87%
B = 24.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#CCF495 (or 0xCCF495) is known color: Reef. HEX triplet: CC, F4 and 95. RGB value is (204,244,149). Sum of RGB (Red+Green+Blue) = 204+244+149=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 244 (95.70% from 255 or 40.87% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF495 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF495 is #330B6A. Grayscale: #DDDDDD. Windows color (decimal): -3345259 or 9827532. OLE color: 9827532.

HSL color Cylindrical-coordinate representation of color #CCF495: hue angle of 85.26º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CCF495 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 149 -
CMYK 0.16 0 0.39 0.04
HSL 85.26º 0.81% 0.77% -
HSV(B) 85.26º 0.39% 0.96% -
XYZ 62.68 79.71 40.52 -
YUV 221.21 87.25 115.72 -
System Red Green Blue C M Y K H S L
Decimal 204 244 149 0.16 0 0.39 0.04 85.26 0.81 0.77
Hex CC F4 95 10 0 27 4 55 51 4D
Octal 314 364 225 20 0 47 4 125 121 115
Binary 11001100 11110100 10010101 10000 0 100111 100 1010101 1010001 1001101

Color Harmonies of #CCF495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF495

Black with #CCF495

Text Example


Text Example

White with #CCF495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF495; }

 p { color: rgb(204,244,149); }

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

background-color css

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

 a { background-color: rgb(204,244,149); }

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

border-color css

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

 span { border-color: rgb(204,244,149); }

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