Html Css Color HEX #CDE672 Mindaro

📋 copy color: '#CDE672'

red 205 ◦ green 230 ◦ blue 114

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

Shades of Mindaro #CDE672

Tints of Mindaro #CDE672

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.89%

 BLUE value IS 114 (44.92% from 255) = 20.77%

R = 37.34%
G = 41.89%
B = 20.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#CDE672 (or 0xCDE672) is known color: Mindaro. HEX triplet: CD, E6 and 72. RGB value is (205,230,114). Sum of RGB (Red+Green+Blue) = 205+230+114=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDE672 is #32198D. Grayscale: #D1D1D1. Windows color (decimal): -3283342 or 7530189. OLE color: 7530189.

HSL color Cylindrical-coordinate representation of color #CDE672: hue angle of 72.93º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDE672 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 230 114 -
CMYK 0.11 0 0.50 0.10
HSL 72.93º 0.7% 0.67% -
HSV(B) 72.93º 0.5% 0.9% -
XYZ 56.51 70.79 26.6 -
YUV 209.3 74.22 124.93 -
System Red Green Blue C M Y K H S L
Decimal 205 230 114 0.11 0 0.50 0.10 72.93 0.7 0.67
Hex CD E6 72 B 0 32 A 49 46 43
Octal 315 346 162 13 0 62 12 111 106 103
Binary 11001101 11100110 1110010 1011 0 110010 1010 1001001 1000110 1000011

Color Harmonies of #CDE672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE672

Black with #CDE672

Text Example


Text Example

White with #CDE672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE672; }

 p { color: rgb(205,230,114); }

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

background-color css

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

 a { background-color: rgb(205,230,114); }

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

border-color css

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

 span { border-color: rgb(205,230,114); }

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