Html Css Color HEX #CDF070 Mindaro

📋 copy color: '#CDF070'

red 205 ◦ green 240 ◦ blue 112

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

Shades of Mindaro #CDF070

Tints of Mindaro #CDF070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.11%

R = 36.8%
G = 43.09%
B = 20.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#CDF070 (or 0xCDF070) is known color: Mindaro. HEX triplet: CD, F0 and 70. RGB value is (205,240,112). Sum of RGB (Red+Green+Blue) = 205+240+112=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF070 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF070 is #320F8F. Grayscale: #D7D7D7. Windows color (decimal): -3280784 or 7401677. OLE color: 7401677.

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

Color convert

RGB 205 240 112 -
CMYK 0.15 0 0.53 0.06
HSL 76.41º 0.81% 0.69% -
HSV(B) 76.41º 0.53% 0.94% -
XYZ 59.26 76.47 26.97 -
YUV 214.94 69.9 120.91 -
System Red Green Blue C M Y K H S L
Decimal 205 240 112 0.15 0 0.53 0.06 76.41 0.81 0.69
Hex CD F0 70 F 0 35 6 4C 51 45
Octal 315 360 160 17 0 65 6 114 121 105
Binary 11001101 11110000 1110000 1111 0 110101 110 1001100 1010001 1000101

Color Harmonies of #CDF070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF070

Black with #CDF070

Text Example


Text Example

White with #CDF070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF070; }

 p { color: rgb(205,240,112); }

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

background-color css

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

 a { background-color: rgb(205,240,112); }

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

border-color css

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

 span { border-color: rgb(205,240,112); }

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