Html Css Color HEX #CCF293 Reef

📋 copy color: '#CCF293'

red 204 ◦ green 242 ◦ blue 147

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

Shades of Reef #CCF293

Tints of Reef #CCF293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.79%

R = 34.4%
G = 40.81%
B = 24.79%

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

#CCF293 (or 0xCCF293) is known color: Reef. HEX triplet: CC, F2 and 93. RGB value is (204,242,147). Sum of RGB (Red+Green+Blue) = 204+242+147=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 147 (57.81% from 255 or 24.79% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF293 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF293 is #330D6C. Grayscale: #DCDCDC. Windows color (decimal): -3345773 or 9695948. OLE color: 9695948.

HSL color Cylindrical-coordinate representation of color #CCF293: hue angle of 84º degrees, saturation: 0.79, 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 #CCF293 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 147 -
CMYK 0.16 0 0.39 0.05
HSL 84º 0.79% 0.76% -
HSV(B) 84º 0.39% 0.95% -
XYZ 61.92 78.45 39.48 -
YUV 219.81 86.91 116.72 -
System Red Green Blue C M Y K H S L
Decimal 204 242 147 0.16 0 0.39 0.05 84 0.79 0.76
Hex CC F2 93 10 0 27 5 54 4F 4C
Octal 314 362 223 20 0 47 5 124 117 114
Binary 11001100 11110010 10010011 10000 0 100111 101 1010100 1001111 1001100

Color Harmonies of #CCF293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF293

Black with #CCF293

Text Example


Text Example

White with #CCF293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF293; }

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

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

background-color css

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

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

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

border-color css

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

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

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