Html Css Color HEX #CDE065 Mindaro

📋 copy color: '#CDE065'

red 205 ◦ green 224 ◦ blue 101

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

Shades of Mindaro #CDE065

Tints of Mindaro #CDE065

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.26%

 BLUE value IS 101 (39.84% from 255) = 19.06%

R = 38.68%
G = 42.26%
B = 19.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#CDE065 (or 0xCDE065) is known color: Mindaro. HEX triplet: CD, E0 and 65. RGB value is (205,224,101). Sum of RGB (Red+Green+Blue) = 205+224+101=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 101 (39.84% from 255 or 19.06% from 530); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDE065 is #321F9A. Grayscale: #CCCCCC. Windows color (decimal): -3284891 or 6676685. OLE color: 6676685.

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

Color convert

RGB 205 224 101 -
CMYK 0.08 0 0.55 0.12
HSL 69.27º 0.66% 0.64% -
HSV(B) 69.27º 0.55% 0.88% -
XYZ 54.18 67.23 22.43 -
YUV 204.3 69.71 128.5 -
System Red Green Blue C M Y K H S L
Decimal 205 224 101 0.08 0 0.55 0.12 69.27 0.66 0.64
Hex CD E0 65 8 0 37 C 45 42 40
Octal 315 340 145 10 0 67 14 105 102 100
Binary 11001101 11100000 1100101 1000 0 110111 1100 1000101 1000010 1000000

Color Harmonies of #CDE065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE065

Black with #CDE065

Text Example


Text Example

White with #CDE065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE065; }

 p { color: rgb(205,224,101); }

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

background-color css

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

 a { background-color: rgb(205,224,101); }

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

border-color css

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

 span { border-color: rgb(205,224,101); }

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