Html Css Color HEX #CDE75D Mindaro

📋 copy color: '#CDE75D'

red 205 ◦ green 231 ◦ blue 93

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

Shades of Mindaro #CDE75D

Tints of Mindaro #CDE75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.58%

R = 38.75%
G = 43.67%
B = 17.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#CDE75D (or 0xCDE75D) is known color: Mindaro. HEX triplet: CD, E7 and 5D. RGB value is (205,231,93). Sum of RGB (Red+Green+Blue) = 205+231+93=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE75D is #3218A2. Grayscale: #D0D0D0. Windows color (decimal): -3283107 or 6154189. OLE color: 6154189.

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

Color convert

RGB 205 231 93 -
CMYK 0.11 0 0.60 0.09
HSL 71.3º 0.74% 0.64% -
HSV(B) 71.3º 0.6% 0.91% -
XYZ 55.73 70.92 21.11 -
YUV 207.49 63.39 126.22 -
System Red Green Blue C M Y K H S L
Decimal 205 231 93 0.11 0 0.60 0.09 71.3 0.74 0.64
Hex CD E7 5D B 0 3C 9 47 4A 40
Octal 315 347 135 13 0 74 11 107 112 100
Binary 11001101 11100111 1011101 1011 0 111100 1001 1000111 1001010 1000000

Color Harmonies of #CDE75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE75D

Black with #CDE75D

Text Example


Text Example

White with #CDE75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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