Html Css Color HEX #CCF295 Reef

📋 copy color: '#CCF295'

red 204 ◦ green 242 ◦ blue 149

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

Shades of Reef #CCF295

Tints of Reef #CCF295

RGB

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

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

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

R = 34.29%
G = 40.67%
B = 25.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#CCF295 (or 0xCCF295) is known color: Reef. HEX triplet: CC, F2 and 95. RGB value is (204,242,149). Sum of RGB (Red+Green+Blue) = 204+242+149=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF295 is #330D6A. Grayscale: #DCDCDC. Windows color (decimal): -3345771 or 9827020. OLE color: 9827020.

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

Color convert

RGB 204 242 149 -
CMYK 0.16 0 0.38 0.05
HSL 84.52º 0.78% 0.77% -
HSV(B) 84.52º 0.38% 0.95% -
XYZ 62.08 78.51 40.32 -
YUV 220.04 87.91 116.56 -
System Red Green Blue C M Y K H S L
Decimal 204 242 149 0.16 0 0.38 0.05 84.52 0.78 0.77
Hex CC F2 95 10 0 26 5 55 4E 4D
Octal 314 362 225 20 0 46 5 125 116 115
Binary 11001100 11110010 10010101 10000 0 100110 101 1010101 1001110 1001101

Color Harmonies of #CCF295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF295

Black with #CCF295

Text Example


Text Example

White with #CCF295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF295; }

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

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

background-color css

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

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

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

border-color css

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

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

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