Html Css Color HEX #CDF058 Mindaro

📋 copy color: '#CDF058'

red 205 ◦ green 240 ◦ blue 88

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

Shades of Mindaro #CDF058

Tints of Mindaro #CDF058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.51%

R = 38.46%
G = 45.03%
B = 16.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#CDF058 (or 0xCDF058) is known color: Mindaro. HEX triplet: CD, F0 and 58. RGB value is (205,240,88). Sum of RGB (Red+Green+Blue) = 205+240+88=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF058 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF058 is #320FA7. Grayscale: #D4D4D4. Windows color (decimal): -3280808 or 5828813. OLE color: 5828813.

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

Color convert

RGB 205 240 88 -
CMYK 0.15 0 0.63 0.06
HSL 73.82º 0.84% 0.64% -
HSV(B) 73.82º 0.63% 0.94% -
XYZ 58.1 76 20.84 -
YUV 212.21 57.9 122.86 -
System Red Green Blue C M Y K H S L
Decimal 205 240 88 0.15 0 0.63 0.06 73.82 0.84 0.64
Hex CD F0 58 F 0 3F 6 4A 54 40
Octal 315 360 130 17 0 77 6 112 124 100
Binary 11001101 11110000 1011000 1111 0 111111 110 1001010 1010100 1000000

Color Harmonies of #CDF058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF058

Black with #CDF058

Text Example


Text Example

White with #CDF058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF058; }

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

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

background-color css

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

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

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

border-color css

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

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

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