Html Css Color HEX #CCF395 Reef

📋 copy color: '#CCF395'

red 204 ◦ green 243 ◦ blue 149

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

Shades of Reef #CCF395

Tints of Reef #CCF395

RGB

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

 GREEN value IS 243 (95.31% from 255) = 40.77%

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

R = 34.23%
G = 40.77%
B = 25%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#CCF395 (or 0xCCF395) is known color: Reef. HEX triplet: CC, F3 and 95. RGB value is (204,243,149). Sum of RGB (Red+Green+Blue) = 204+243+149=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 243 (95.31% from 255 or 40.77% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF395 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF395 is #330C6A. Grayscale: #DCDCDC. Windows color (decimal): -3345515 or 9827276. OLE color: 9827276.

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

Color convert

RGB 204 243 149 -
CMYK 0.16 0 0.39 0.05
HSL 84.89º 0.8% 0.77% -
HSV(B) 84.89º 0.39% 0.95% -
XYZ 62.38 79.11 40.42 -
YUV 220.62 87.58 116.14 -
System Red Green Blue C M Y K H S L
Decimal 204 243 149 0.16 0 0.39 0.05 84.89 0.8 0.77
Hex CC F3 95 10 0 27 5 55 50 4D
Octal 314 363 225 20 0 47 5 125 120 115
Binary 11001100 11110011 10010101 10000 0 100111 101 1010101 1010000 1001101

Color Harmonies of #CCF395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF395

Black with #CCF395

Text Example


Text Example

White with #CCF395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF395; }

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

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

background-color css

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

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

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

border-color css

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

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

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