Html Css Color HEX #CCF794 Reef

📋 copy color: '#CCF794'

red 204 ◦ green 247 ◦ blue 148

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

Shades of Reef #CCF794

Tints of Reef #CCF794

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.24%

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

R = 34.06%
G = 41.24%
B = 24.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#CCF794 (or 0xCCF794) is known color: Reef. HEX triplet: CC, F7 and 94. RGB value is (204,247,148). Sum of RGB (Red+Green+Blue) = 204+247+148=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 247 (96.88% from 255 or 41.24% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF794 is #33086B. Grayscale: #DFDFDF. Windows color (decimal): -3344492 or 9762764. OLE color: 9762764.

HSL color Cylindrical-coordinate representation of color #CCF794: hue angle of 86.06º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCF794 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 148 -
CMYK 0.17 0 0.40 0.03
HSL 86.06º 0.86% 0.77% -
HSV(B) 86.06º 0.4% 0.97% -
XYZ 63.51 81.5 40.4 -
YUV 222.86 85.75 114.55 -
System Red Green Blue C M Y K H S L
Decimal 204 247 148 0.17 0 0.40 0.03 86.06 0.86 0.77
Hex CC F7 94 11 0 28 3 56 56 4D
Octal 314 367 224 21 0 50 3 126 126 115
Binary 11001100 11110111 10010100 10001 0 101000 11 1010110 1010110 1001101

Color Harmonies of #CCF794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF794

Black with #CCF794

Text Example


Text Example

White with #CCF794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF794; }

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

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

background-color css

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

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

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

border-color css

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

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

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