Html Css Color HEX #CCF994 Reef

📋 copy color: '#CCF994'

red 204 ◦ green 249 ◦ blue 148

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

Shades of Reef #CCF994

Tints of Reef #CCF994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.63%

R = 33.94%
G = 41.43%
B = 24.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#CCF994 (or 0xCCF994) is known color: Reef. HEX triplet: CC, F9 and 94. RGB value is (204,249,148). Sum of RGB (Red+Green+Blue) = 204+249+148=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF994 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF994 is #33066B. Grayscale: #E0E0E0. Windows color (decimal): -3343980 or 9763276. OLE color: 9763276.

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

Color convert

RGB 204 249 148 -
CMYK 0.18 0 0.41 0.02
HSL 86.73º 0.89% 0.78% -
HSV(B) 86.73º 0.41% 0.98% -
XYZ 64.12 82.73 40.61 -
YUV 224.03 85.09 113.71 -
System Red Green Blue C M Y K H S L
Decimal 204 249 148 0.18 0 0.41 0.02 86.73 0.89 0.78
Hex CC F9 94 12 0 29 2 57 59 4E
Octal 314 371 224 22 0 51 2 127 131 116
Binary 11001100 11111001 10010100 10010 0 101001 10 1010111 1011001 1001110

Color Harmonies of #CCF994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF994

Black with #CCF994

Text Example


Text Example

White with #CCF994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF994; }

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

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

background-color css

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

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

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

border-color css

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

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

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