Html Css Color HEX #CCF09A Reef

📋 copy color: '#CCF09A'

red 204 ◦ green 240 ◦ blue 154

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

Shades of Reef #CCF09A

Tints of Reef #CCF09A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.13%

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

R = 34.11%
G = 40.13%
B = 25.75%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#CCF09A (or 0xCCF09A) is known color: Reef. HEX triplet: CC, F0 and 9A. RGB value is (204,240,154). Sum of RGB (Red+Green+Blue) = 204+240+154=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 154 (60.55% from 255 or 25.75% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF09A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF09A is #330F65. Grayscale: #DBDBDB. Windows color (decimal): -3346278 or 10154188. OLE color: 10154188.

HSL color Cylindrical-coordinate representation of color #CCF09A: hue angle of 85.12º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCF09A is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 154 -
CMYK 0.15 0 0.36 0.06
HSL 85.12º 0.74% 0.77% -
HSV(B) 85.12º 0.36% 0.94% -
XYZ 61.89 77.49 42.27 -
YUV 219.43 91.07 116.99 -
System Red Green Blue C M Y K H S L
Decimal 204 240 154 0.15 0 0.36 0.06 85.12 0.74 0.77
Hex CC F0 9A F 0 24 6 55 4A 4D
Octal 314 360 232 17 0 44 6 125 112 115
Binary 11001100 11110000 10011010 1111 0 100100 110 1010101 1001010 1001101

Color Harmonies of #CCF09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF09A

Black with #CCF09A

Text Example


Text Example

White with #CCF09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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