Html Css Color HEX #CDE769 Mindaro

📋 copy color: '#CDE769'

red 205 ◦ green 231 ◦ blue 105

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

Shades of Mindaro #CDE769

Tints of Mindaro #CDE769

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.7%

 BLUE value IS 105 (41.41% from 255) = 19.41%

R = 37.89%
G = 42.7%
B = 19.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#CDE769 (or 0xCDE769) is known color: Mindaro. HEX triplet: CD, E7 and 69. RGB value is (205,231,105). Sum of RGB (Red+Green+Blue) = 205+231+105=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 231 (90.62% from 255 or 42.70% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE769 is #321896. Grayscale: #D1D1D1. Windows color (decimal): -3283095 or 6940621. OLE color: 6940621.

HSL color Cylindrical-coordinate representation of color #CDE769: hue angle of 72.38º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDE769 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 231 105 -
CMYK 0.11 0 0.55 0.09
HSL 72.38º 0.72% 0.66% -
HSV(B) 72.38º 0.55% 0.91% -
XYZ 56.3 71.15 24.13 -
YUV 208.86 69.39 125.25 -
System Red Green Blue C M Y K H S L
Decimal 205 231 105 0.11 0 0.55 0.09 72.38 0.72 0.66
Hex CD E7 69 B 0 37 9 48 48 42
Octal 315 347 151 13 0 67 11 110 110 102
Binary 11001101 11100111 1101001 1011 0 110111 1001 1001000 1001000 1000010

Color Harmonies of #CDE769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE769

Black with #CDE769

Text Example


Text Example

White with #CDE769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE769; }

 p { color: rgb(205,231,105); }

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

background-color css

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

 a { background-color: rgb(205,231,105); }

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

border-color css

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

 span { border-color: rgb(205,231,105); }

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