Html Css Color HEX #CDE761 Mindaro

📋 copy color: '#CDE761'

red 205 ◦ green 231 ◦ blue 97

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

Shades of Mindaro #CDE761

Tints of Mindaro #CDE761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.2%

R = 38.46%
G = 43.34%
B = 18.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#CDE761 (or 0xCDE761) is known color: Mindaro. HEX triplet: CD, E7 and 61. RGB value is (205,231,97). Sum of RGB (Red+Green+Blue) = 205+231+97=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 231 (90.62% from 255 or 43.34% from 533); Blue value is 97 (38.28% from 255 or 18.20% from 533); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE761 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE761 is #32189E. Grayscale: #D0D0D0. Windows color (decimal): -3283103 or 6416333. OLE color: 6416333.

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

Color convert

RGB 205 231 97 -
CMYK 0.11 0 0.58 0.09
HSL 71.64º 0.74% 0.64% -
HSV(B) 71.64º 0.58% 0.91% -
XYZ 55.91 70.99 22.07 -
YUV 207.95 65.39 125.9 -
System Red Green Blue C M Y K H S L
Decimal 205 231 97 0.11 0 0.58 0.09 71.64 0.74 0.64
Hex CD E7 61 B 0 3A 9 48 4A 40
Octal 315 347 141 13 0 72 11 110 112 100
Binary 11001101 11100111 1100001 1011 0 111010 1001 1001000 1001010 1000000

Color Harmonies of #CDE761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE761

Black with #CDE761

Text Example


Text Example

White with #CDE761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE761; }

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

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

background-color css

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

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

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

border-color css

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

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

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