Html Css Color HEX #CCF895 Reef

📋 copy color: '#CCF895'

red 204 ◦ green 248 ◦ blue 149

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

Shades of Reef #CCF895

Tints of Reef #CCF895

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.26%

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

R = 33.94%
G = 41.26%
B = 24.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#CCF895 (or 0xCCF895) is known color: Reef. HEX triplet: CC, F8 and 95. RGB value is (204,248,149). Sum of RGB (Red+Green+Blue) = 204+248+149=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 248 (97.27% from 255 or 41.26% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF895 is #33076A. Grayscale: #DFDFDF. Windows color (decimal): -3344235 or 9828556. OLE color: 9828556.

HSL color Cylindrical-coordinate representation of color #CCF895: hue angle of 86.67º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCF895 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 149 -
CMYK 0.18 0 0.40 0.03
HSL 86.67º 0.88% 0.78% -
HSV(B) 86.67º 0.4% 0.97% -
XYZ 63.89 82.14 40.92 -
YUV 223.56 85.92 114.05 -
System Red Green Blue C M Y K H S L
Decimal 204 248 149 0.18 0 0.40 0.03 86.67 0.88 0.78
Hex CC F8 95 12 0 28 3 57 58 4E
Octal 314 370 225 22 0 50 3 127 130 116
Binary 11001100 11111000 10010101 10010 0 101000 11 1010111 1011000 1001110

Color Harmonies of #CCF895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF895

Black with #CCF895

Text Example


Text Example

White with #CCF895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF895; }

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

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

background-color css

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

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

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

border-color css

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

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

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