Html Css Color HEX #CDDE68 Mindaro

📋 copy color: '#CDDE68'

red 205 ◦ green 222 ◦ blue 104

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

Shades of Mindaro #CDDE68

Tints of Mindaro #CDDE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.59%

R = 38.61%
G = 41.81%
B = 19.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#CDDE68 (or 0xCDDE68) is known color: Mindaro. HEX triplet: CD, DE and 68. RGB value is (205,222,104). Sum of RGB (Red+Green+Blue) = 205+222+104=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDE68 is #322197. Grayscale: #CBCBCB. Windows color (decimal): -3285400 or 6872781. OLE color: 6872781.

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

Color convert

RGB 205 222 104 -
CMYK 0.08 0 0.53 0.13
HSL 68.64º 0.64% 0.64% -
HSV(B) 68.64º 0.53% 0.87% -
XYZ 53.8 66.22 23.04 -
YUV 203.47 71.87 129.09 -
System Red Green Blue C M Y K H S L
Decimal 205 222 104 0.08 0 0.53 0.13 68.64 0.64 0.64
Hex CD DE 68 8 0 35 D 45 40 40
Octal 315 336 150 10 0 65 15 105 100 100
Binary 11001101 11011110 1101000 1000 0 110101 1101 1000101 1000000 1000000

Color Harmonies of #CDDE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDE68

Black with #CDDE68

Text Example


Text Example

White with #CDDE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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