Html Css Color HEX #CDFC5A Mindaro

📋 copy color: '#CDFC5A'

red 205 ◦ green 252 ◦ blue 90

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

Shades of Mindaro #CDFC5A

Tints of Mindaro #CDFC5A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.07%

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

R = 37.48%
G = 46.07%
B = 16.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#CDFC5A (or 0xCDFC5A) is known color: Mindaro. HEX triplet: CD, FC and 5A. RGB value is (205,252,90). Sum of RGB (Red+Green+Blue) = 205+252+90=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 90 (35.55% from 255 or 16.45% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFC5A is #3203A5. Grayscale: #DCDCDC. Windows color (decimal): -3277734 or 5962957. OLE color: 5962957.

HSL color Cylindrical-coordinate representation of color #CDFC5A: hue angle of 77.41º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDFC5A is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 205 252 90 -
CMYK 0.19 0 0.64 0.01
HSL 77.41º 0.96% 0.67% -
HSV(B) 77.41º 0.64% 0.99% -
XYZ 61.83 83.34 22.5 -
YUV 219.48 54.93 117.67 -
System Red Green Blue C M Y K H S L
Decimal 205 252 90 0.19 0 0.64 0.01 77.41 0.96 0.67
Hex CD FC 5A 13 0 40 1 4D 60 43
Octal 315 374 132 23 0 100 1 115 140 103
Binary 11001101 11111100 1011010 10011 0 1000000 1 1001101 1100000 1000011

Color Harmonies of #CDFC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFC5A

Black with #CDFC5A

Text Example


Text Example

White with #CDFC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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