Html Css Color HEX #CDF35A Mindaro

📋 copy color: '#CDF35A'

red 205 ◦ green 243 ◦ blue 90

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

Shades of Mindaro #CDF35A

Tints of Mindaro #CDF35A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.73%

R = 38.1%
G = 45.17%
B = 16.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#CDF35A (or 0xCDF35A) is known color: Mindaro. HEX triplet: CD, F3 and 5A. RGB value is (205,243,90). Sum of RGB (Red+Green+Blue) = 205+243+90=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 90 (35.55% from 255 or 16.73% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF35A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF35A is #320CA5. Grayscale: #D6D6D6. Windows color (decimal): -3280038 or 5960653. OLE color: 5960653.

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

Color convert

RGB 205 243 90 -
CMYK 0.16 0 0.63 0.05
HSL 74.9º 0.86% 0.65% -
HSV(B) 74.9º 0.63% 0.95% -
XYZ 59.07 77.82 21.58 -
YUV 214.2 57.91 121.44 -
System Red Green Blue C M Y K H S L
Decimal 205 243 90 0.16 0 0.63 0.05 74.9 0.86 0.65
Hex CD F3 5A 10 0 3F 5 4B 56 41
Octal 315 363 132 20 0 77 5 113 126 101
Binary 11001101 11110011 1011010 10000 0 111111 101 1001011 1010110 1000001

Color Harmonies of #CDF35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF35A

Black with #CDF35A

Text Example


Text Example

White with #CDF35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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