Html Css Color HEX #CDEA54 Mindaro

📋 copy color: '#CDEA54'

red 205 ◦ green 234 ◦ blue 84

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

Shades of Mindaro #CDEA54

Tints of Mindaro #CDEA54

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.74%

 BLUE value IS 84 (33.2% from 255) = 16.06%

R = 39.2%
G = 44.74%
B = 16.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#CDEA54 (or 0xCDEA54) is known color: Mindaro. HEX triplet: CD, EA and 54. RGB value is (205,234,84). Sum of RGB (Red+Green+Blue) = 205+234+84=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 234 (91.80% from 255 or 44.74% from 523); Blue value is 84 (33.20% from 255 or 16.06% from 523); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEA54 is #3215AB. Grayscale: #D0D0D0. Windows color (decimal): -3282348 or 5565133. OLE color: 5565133.

HSL color Cylindrical-coordinate representation of color #CDEA54: hue angle of 71.6º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDEA54 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 234 84 -
CMYK 0.12 0 0.64 0.08
HSL 71.6º 0.78% 0.62% -
HSV(B) 71.6º 0.64% 0.92% -
XYZ 56.2 72.46 19.41 -
YUV 208.23 57.89 125.7 -
System Red Green Blue C M Y K H S L
Decimal 205 234 84 0.12 0 0.64 0.08 71.6 0.78 0.62
Hex CD EA 54 C 0 40 8 48 4E 3E
Octal 315 352 124 14 0 100 10 110 116 76
Binary 11001101 11101010 1010100 1100 0 1000000 1000 1001000 1001110 111110

Color Harmonies of #CDEA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEA54

Black with #CDEA54

Text Example


Text Example

White with #CDEA54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEA54; }

 p { color: rgb(205,234,84); }

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

background-color css

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

 a { background-color: rgb(205,234,84); }

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

border-color css

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

 span { border-color: rgb(205,234,84); }

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