Html Css Color HEX #CDF253 Mindaro

📋 copy color: '#CDF253'

red 205 ◦ green 242 ◦ blue 83

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

Shades of Mindaro #CDF253

Tints of Mindaro #CDF253

RGB

 RED value IS 205 (80.47% from 255) = 38.68%

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

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

R = 38.68%
G = 45.66%
B = 15.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#CDF253 (or 0xCDF253) is known color: Mindaro. HEX triplet: CD, F2 and 53. RGB value is (205,242,83). Sum of RGB (Red+Green+Blue) = 205+242+83=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF253 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF253 is #320DAC. Grayscale: #D5D5D5. Windows color (decimal): -3280301 or 5501645. OLE color: 5501645.

HSL color Cylindrical-coordinate representation of color #CDF253: hue angle of 73.96º 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 #CDF253 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 242 83 -
CMYK 0.15 0 0.66 0.05
HSL 73.96º 0.86% 0.64% -
HSV(B) 73.96º 0.66% 0.95% -
XYZ 58.49 77.11 19.98 -
YUV 212.81 54.74 122.43 -
System Red Green Blue C M Y K H S L
Decimal 205 242 83 0.15 0 0.66 0.05 73.96 0.86 0.64
Hex CD F2 53 F 0 42 5 4A 56 40
Octal 315 362 123 17 0 102 5 112 126 100
Binary 11001101 11110010 1010011 1111 0 1000010 101 1001010 1010110 1000000

Color Harmonies of #CDF253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF253

Black with #CDF253

Text Example


Text Example

White with #CDF253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF253; }

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

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

background-color css

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

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

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

border-color css

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

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

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