Html Css Color HEX #CCF094 Reef

📋 copy color: '#CCF094'

red 204 ◦ green 240 ◦ blue 148

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

Shades of Reef #CCF094

Tints of Reef #CCF094

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.54%

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

R = 34.46%
G = 40.54%
B = 25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#CCF094 (or 0xCCF094) is known color: Reef. HEX triplet: CC, F0 and 94. RGB value is (204,240,148). Sum of RGB (Red+Green+Blue) = 204+240+148=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF094 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF094 is #330F6B. Grayscale: #DBDBDB. Windows color (decimal): -3346284 or 9760972. OLE color: 9760972.

HSL color Cylindrical-coordinate representation of color #CCF094: hue angle of 83.48º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCF094 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 148 -
CMYK 0.15 0 0.38 0.06
HSL 83.48º 0.75% 0.76% -
HSV(B) 83.48º 0.38% 0.94% -
XYZ 61.41 77.3 39.7 -
YUV 218.75 88.07 117.48 -
System Red Green Blue C M Y K H S L
Decimal 204 240 148 0.15 0 0.38 0.06 83.48 0.75 0.76
Hex CC F0 94 F 0 26 6 53 4B 4C
Octal 314 360 224 17 0 46 6 123 113 114
Binary 11001100 11110000 10010100 1111 0 100110 110 1010011 1001011 1001100

Color Harmonies of #CCF094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF094

Black with #CCF094

Text Example


Text Example

White with #CCF094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF094; }

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

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

background-color css

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

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

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

border-color css

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

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

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