Html Css Color HEX #CCF294 Reef

📋 copy color: '#CCF294'

red 204 ◦ green 242 ◦ blue 148

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

Shades of Reef #CCF294

Tints of Reef #CCF294

RGB

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

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

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

R = 34.34%
G = 40.74%
B = 24.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#CCF294 (or 0xCCF294) is known color: Reef. HEX triplet: CC, F2 and 94. RGB value is (204,242,148). Sum of RGB (Red+Green+Blue) = 204+242+148=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 148 (58.20% from 255 or 24.92% from 594); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF294 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF294 is #330D6B. Grayscale: #DCDCDC. Windows color (decimal): -3345772 or 9761484. OLE color: 9761484.

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

Color convert

RGB 204 242 148 -
CMYK 0.16 0 0.39 0.05
HSL 84.26º 0.78% 0.76% -
HSV(B) 84.26º 0.39% 0.95% -
XYZ 62 78.48 39.9 -
YUV 219.92 87.41 116.64 -
System Red Green Blue C M Y K H S L
Decimal 204 242 148 0.16 0 0.39 0.05 84.26 0.78 0.76
Hex CC F2 94 10 0 27 5 54 4E 4C
Octal 314 362 224 20 0 47 5 124 116 114
Binary 11001100 11110010 10010100 10000 0 100111 101 1010100 1001110 1001100

Color Harmonies of #CCF294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF294

Black with #CCF294

Text Example


Text Example

White with #CCF294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF294; }

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

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

background-color css

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

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

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

border-color css

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

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

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