Html Css Color HEX #CCF253 Mindaro

📋 copy color: '#CCF253'

red 204 ◦ green 242 ◦ blue 83

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

Shades of Mindaro #CCF253

Tints of Mindaro #CCF253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.69%

R = 38.56%
G = 45.75%
B = 15.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#CCF253 (or 0xCCF253) is known color: Mindaro. HEX triplet: CC, F2 and 53. RGB value is (204,242,83). Sum of RGB (Red+Green+Blue) = 204+242+83=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 83 (32.81% from 255 or 15.69% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF253 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF253 is #330DAC. Grayscale: #D5D5D5. Windows color (decimal): -3345837 or 5501644. OLE color: 5501644.

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

Color convert

RGB 204 242 83 -
CMYK 0.16 0 0.66 0.05
HSL 74.34º 0.86% 0.64% -
HSV(B) 74.34º 0.66% 0.95% -
XYZ 58.22 76.97 19.97 -
YUV 212.51 54.91 121.93 -
System Red Green Blue C M Y K H S L
Decimal 204 242 83 0.16 0 0.66 0.05 74.34 0.86 0.64
Hex CC F2 53 10 0 42 5 4A 56 40
Octal 314 362 123 20 0 102 5 112 126 100
Binary 11001100 11110010 1010011 10000 0 1000010 101 1001010 1010110 1000000

Color Harmonies of #CCF253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF253

Black with #CCF253

Text Example


Text Example

White with #CCF253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF253; }

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

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

background-color css

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

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

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

border-color css

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

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

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