Html Css Color HEX #CCF299 Reef

📋 copy color: '#CCF299'

red 204 ◦ green 242 ◦ blue 153

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

Shades of Reef #CCF299

Tints of Reef #CCF299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 25.54%

R = 34.06%
G = 40.4%
B = 25.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#CCF299 (or 0xCCF299) is known color: Reef. HEX triplet: CC, F2 and 99. RGB value is (204,242,153). Sum of RGB (Red+Green+Blue) = 204+242+153=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 153 (60.16% from 255 or 25.54% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF299 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF299 is #330D66. Grayscale: #DCDCDC. Windows color (decimal): -3345767 or 10089164. OLE color: 10089164.

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

Color convert

RGB 204 242 153 -
CMYK 0.16 0 0.37 0.05
HSL 85.62º 0.77% 0.77% -
HSV(B) 85.62º 0.37% 0.95% -
XYZ 62.4 78.64 42.03 -
YUV 220.49 89.91 116.24 -
System Red Green Blue C M Y K H S L
Decimal 204 242 153 0.16 0 0.37 0.05 85.62 0.77 0.77
Hex CC F2 99 10 0 25 5 56 4D 4D
Octal 314 362 231 20 0 45 5 126 115 115
Binary 11001100 11110010 10011001 10000 0 100101 101 1010110 1001101 1001101

Color Harmonies of #CCF299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF299

Black with #CCF299

Text Example


Text Example

White with #CCF299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF299; }

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

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

background-color css

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

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

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

border-color css

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

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

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