Html Css Color HEX #CDF35D Mindaro

📋 copy color: '#CDF35D'

red 205 ◦ green 243 ◦ blue 93

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

Shades of Mindaro #CDF35D

Tints of Mindaro #CDF35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.19%

R = 37.89%
G = 44.92%
B = 17.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#CDF35D (or 0xCDF35D) is known color: Mindaro. HEX triplet: CD, F3 and 5D. RGB value is (205,243,93). Sum of RGB (Red+Green+Blue) = 205+243+93=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF35D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF35D is #320CA2. Grayscale: #D7D7D7. Windows color (decimal): -3280035 or 6157261. OLE color: 6157261.

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

Color convert

RGB 205 243 93 -
CMYK 0.16 0 0.62 0.05
HSL 75.2º 0.86% 0.66% -
HSV(B) 75.2º 0.62% 0.95% -
XYZ 59.2 77.87 22.27 -
YUV 214.54 59.41 121.2 -
System Red Green Blue C M Y K H S L
Decimal 205 243 93 0.16 0 0.62 0.05 75.2 0.86 0.66
Hex CD F3 5D 10 0 3E 5 4B 56 42
Octal 315 363 135 20 0 76 5 113 126 102
Binary 11001101 11110011 1011101 10000 0 111110 101 1001011 1010110 1000010

Color Harmonies of #CDF35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF35D

Black with #CDF35D

Text Example


Text Example

White with #CDF35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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