Html Css Color HEX #CCF99F Reef

📋 copy color: '#CCF99F'

red 204 ◦ green 249 ◦ blue 159

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

Shades of Reef #CCF99F

Tints of Reef #CCF99F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.69%

 BLUE value IS 159 (62.5% from 255) = 25.98%

R = 33.33%
G = 40.69%
B = 25.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#CCF99F (or 0xCCF99F) is known color: Reef. HEX triplet: CC, F9 and 9F. RGB value is (204,249,159). Sum of RGB (Red+Green+Blue) = 204+249+159=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 159 (62.5% from 255 or 25.98% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF99F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF99F is #330660. Grayscale: #E1E1E1. Windows color (decimal): -3343969 or 10484172. OLE color: 10484172.

HSL color Cylindrical-coordinate representation of color #CCF99F: hue angle of 90º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCF99F is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 159 -
CMYK 0.18 0 0.36 0.02
HSL 90º 0.88% 0.8% -
HSV(B) 90º 0.36% 0.98% -
XYZ 65.04 83.09 45.41 -
YUV 225.29 90.59 112.82 -
System Red Green Blue C M Y K H S L
Decimal 204 249 159 0.18 0 0.36 0.02 90 0.88 0.8
Hex CC F9 9F 12 0 24 2 5A 58 50
Octal 314 371 237 22 0 44 2 132 130 120
Binary 11001100 11111001 10011111 10010 0 100100 10 1011010 1011000 1010000

Color Harmonies of #CCF99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF99F

Black with #CCF99F

Text Example


Text Example

White with #CCF99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF99F; }

 p { color: rgb(204,249,159); }

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

background-color css

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

 a { background-color: rgb(204,249,159); }

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

border-color css

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

 span { border-color: rgb(204,249,159); }

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