Html Css Color HEX #CDF358 Mindaro

📋 copy color: '#CDF358'

red 205 ◦ green 243 ◦ blue 88

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

Shades of Mindaro #CDF358

Tints of Mindaro #CDF358

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.34%

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

R = 38.25%
G = 45.34%
B = 16.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#CDF358 (or 0xCDF358) is known color: Mindaro. HEX triplet: CD, F3 and 58. RGB value is (205,243,88). Sum of RGB (Red+Green+Blue) = 205+243+88=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 88 (34.77% from 255 or 16.42% from 536); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF358 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF358 is #320CA7. Grayscale: #D6D6D6. Windows color (decimal): -3280040 or 5829581. OLE color: 5829581.

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

Color convert

RGB 205 243 88 -
CMYK 0.16 0 0.64 0.05
HSL 74.71º 0.87% 0.65% -
HSV(B) 74.71º 0.64% 0.95% -
XYZ 58.99 77.78 21.14 -
YUV 213.97 56.91 121.6 -
System Red Green Blue C M Y K H S L
Decimal 205 243 88 0.16 0 0.64 0.05 74.71 0.87 0.65
Hex CD F3 58 10 0 40 5 4B 57 41
Octal 315 363 130 20 0 100 5 113 127 101
Binary 11001101 11110011 1011000 10000 0 1000000 101 1001011 1010111 1000001

Color Harmonies of #CDF358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF358

Black with #CDF358

Text Example


Text Example

White with #CDF358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF358; }

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

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

background-color css

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

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

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

border-color css

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

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

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