Html Css Color HEX #CDDE65 Mindaro

📋 copy color: '#CDDE65'

red 205 ◦ green 222 ◦ blue 101

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

Shades of Mindaro #CDDE65

Tints of Mindaro #CDDE65

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.05%

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

R = 38.83%
G = 42.05%
B = 19.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#CDDE65 (or 0xCDDE65) is known color: Mindaro. HEX triplet: CD, DE and 65. RGB value is (205,222,101). Sum of RGB (Red+Green+Blue) = 205+222+101=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 222 (87.11% from 255 or 42.05% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDE65 is #32219A. Grayscale: #CBCBCB. Windows color (decimal): -3285403 or 6676173. OLE color: 6676173.

HSL color Cylindrical-coordinate representation of color #CDDE65: hue angle of 68.43º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDDE65 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 222 101 -
CMYK 0.08 0 0.55 0.13
HSL 68.43º 0.65% 0.63% -
HSV(B) 68.43º 0.55% 0.87% -
XYZ 53.65 66.16 22.25 -
YUV 203.12 70.37 129.34 -
System Red Green Blue C M Y K H S L
Decimal 205 222 101 0.08 0 0.55 0.13 68.43 0.65 0.63
Hex CD DE 65 8 0 37 D 44 41 3F
Octal 315 336 145 10 0 67 15 104 101 77
Binary 11001101 11011110 1100101 1000 0 110111 1101 1000100 1000001 111111

Color Harmonies of #CDDE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDE65

Black with #CDDE65

Text Example


Text Example

White with #CDDE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDE65; }

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

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

background-color css

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

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

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

border-color css

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

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

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