Html Css Color HEX #CDF469 Mindaro

📋 copy color: '#CDF469'

red 205 ◦ green 244 ◦ blue 105

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

Shades of Mindaro #CDF469

Tints of Mindaro #CDF469

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.04%

 BLUE value IS 105 (41.41% from 255) = 18.95%

R = 37%
G = 44.04%
B = 18.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#CDF469 (or 0xCDF469) is known color: Mindaro. HEX triplet: CD, F4 and 69. RGB value is (205,244,105). Sum of RGB (Red+Green+Blue) = 205+244+105=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF469 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF469 is #320B96. Grayscale: #D9D9D9. Windows color (decimal): -3279767 or 6943949. OLE color: 6943949.

HSL color Cylindrical-coordinate representation of color #CDF469: hue angle of 76.83º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDF469 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 244 105 -
CMYK 0.16 0 0.57 0.04
HSL 76.83º 0.86% 0.68% -
HSV(B) 76.83º 0.57% 0.96% -
XYZ 60.08 78.7 25.39 -
YUV 216.49 65.08 119.8 -
System Red Green Blue C M Y K H S L
Decimal 205 244 105 0.16 0 0.57 0.04 76.83 0.86 0.68
Hex CD F4 69 10 0 39 4 4D 56 44
Octal 315 364 151 20 0 71 4 115 126 104
Binary 11001101 11110100 1101001 10000 0 111001 100 1001101 1010110 1000100

Color Harmonies of #CDF469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF469

Black with #CDF469

Text Example


Text Example

White with #CDF469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF469; }

 p { color: rgb(205,244,105); }

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

background-color css

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

 a { background-color: rgb(205,244,105); }

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

border-color css

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

 span { border-color: rgb(205,244,105); }

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