Html Css Color HEX #CDE467 Mindaro

📋 copy color: '#CDE467'

red 205 ◦ green 228 ◦ blue 103

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

Shades of Mindaro #CDE467

Tints of Mindaro #CDE467

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.54%

 BLUE value IS 103 (40.63% from 255) = 19.22%

R = 38.25%
G = 42.54%
B = 19.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#CDE467 (or 0xCDE467) is known color: Mindaro. HEX triplet: CD, E4 and 67. RGB value is (205,228,103). Sum of RGB (Red+Green+Blue) = 205+228+103=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 103 (40.62% from 255 or 19.22% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE467 is #321B98. Grayscale: #CFCFCF. Windows color (decimal): -3283865 or 6808781. OLE color: 6808781.

HSL color Cylindrical-coordinate representation of color #CDE467: hue angle of 71.04º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDE467 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 228 103 -
CMYK 0.10 0 0.55 0.11
HSL 71.04º 0.7% 0.65% -
HSV(B) 71.04º 0.55% 0.89% -
XYZ 55.37 69.45 23.32 -
YUV 206.87 69.38 126.66 -
System Red Green Blue C M Y K H S L
Decimal 205 228 103 0.10 0 0.55 0.11 71.04 0.7 0.65
Hex CD E4 67 A 0 37 B 47 46 41
Octal 315 344 147 12 0 67 13 107 106 101
Binary 11001101 11100100 1100111 1010 0 110111 1011 1000111 1000110 1000001

Color Harmonies of #CDE467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE467

Black with #CDE467

Text Example


Text Example

White with #CDE467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE467; }

 p { color: rgb(205,228,103); }

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

background-color css

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

 a { background-color: rgb(205,228,103); }

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

border-color css

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

 span { border-color: rgb(205,228,103); }

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