Html Css Color HEX #CCF99A Reef

📋 copy color: '#CCF99A'

red 204 ◦ green 249 ◦ blue 154

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

Shades of Reef #CCF99A

Tints of Reef #CCF99A

RGB

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

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

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

R = 33.61%
G = 41.02%
B = 25.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#CCF99A (or 0xCCF99A) is known color: Reef. HEX triplet: CC, F9 and 9A. RGB value is (204,249,154). Sum of RGB (Red+Green+Blue) = 204+249+154=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 249 (97.66% from 255 or 41.02% from 607); Blue value is 154 (60.55% from 255 or 25.37% from 607); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF99A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF99A is #330665. Grayscale: #E1E1E1. Windows color (decimal): -3343974 or 10156492. OLE color: 10156492.

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

Color convert

RGB 204 249 154 -
CMYK 0.18 0 0.38 0.02
HSL 88.42º 0.89% 0.79% -
HSV(B) 88.42º 0.38% 0.98% -
XYZ 64.61 82.92 43.17 -
YUV 224.72 88.09 113.22 -
System Red Green Blue C M Y K H S L
Decimal 204 249 154 0.18 0 0.38 0.02 88.42 0.89 0.79
Hex CC F9 9A 12 0 26 2 58 59 4F
Octal 314 371 232 22 0 46 2 130 131 117
Binary 11001100 11111001 10011010 10010 0 100110 10 1011000 1011001 1001111

Color Harmonies of #CCF99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF99A

Black with #CCF99A

Text Example


Text Example

White with #CCF99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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