Html Css Color HEX #CCF49A Reef

📋 copy color: '#CCF49A'

red 204 ◦ green 244 ◦ blue 154

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

Shades of Reef #CCF49A

Tints of Reef #CCF49A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.58%

R = 33.89%
G = 40.53%
B = 25.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#CCF49A (or 0xCCF49A) is known color: Reef. HEX triplet: CC, F4 and 9A. RGB value is (204,244,154). Sum of RGB (Red+Green+Blue) = 204+244+154=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 244 (95.70% from 255 or 40.53% from 602); Blue value is 154 (60.55% from 255 or 25.58% from 602); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF49A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF49A is #330B65. Grayscale: #DEDEDE. Windows color (decimal): -3345254 or 10155212. OLE color: 10155212.

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

Color convert

RGB 204 244 154 -
CMYK 0.16 0 0.37 0.04
HSL 86.67º 0.8% 0.78% -
HSV(B) 86.67º 0.37% 0.96% -
XYZ 63.09 79.87 42.66 -
YUV 221.78 89.75 115.32 -
System Red Green Blue C M Y K H S L
Decimal 204 244 154 0.16 0 0.37 0.04 86.67 0.8 0.78
Hex CC F4 9A 10 0 25 4 57 50 4E
Octal 314 364 232 20 0 45 4 127 120 116
Binary 11001100 11110100 10011010 10000 0 100101 100 1010111 1010000 1001110

Color Harmonies of #CCF49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF49A

Black with #CCF49A

Text Example


Text Example

White with #CCF49A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF49A; }

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

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

background-color css

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

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

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

border-color css

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

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

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