Html Css Color HEX #CDEC68 Mindaro

📋 copy color: '#CDEC68'

red 205 ◦ green 236 ◦ blue 104

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

Shades of Mindaro #CDEC68

Tints of Mindaro #CDEC68

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.3%

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

R = 37.61%
G = 43.3%
B = 19.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#CDEC68 (or 0xCDEC68) is known color: Mindaro. HEX triplet: CD, EC and 68. RGB value is (205,236,104). Sum of RGB (Red+Green+Blue) = 205+236+104=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 104 (41.02% from 255 or 19.08% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #CDEC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEC68 is #321397. Grayscale: #D4D4D4. Windows color (decimal): -3281816 or 6876365. OLE color: 6876365.

HSL color Cylindrical-coordinate representation of color #CDEC68: hue angle of 74.09º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDEC68 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 236 104 -
CMYK 0.13 0 0.56 0.07
HSL 74.09º 0.78% 0.67% -
HSV(B) 74.09º 0.56% 0.93% -
XYZ 57.67 73.97 24.33 -
YUV 211.68 67.23 123.23 -
System Red Green Blue C M Y K H S L
Decimal 205 236 104 0.13 0 0.56 0.07 74.09 0.78 0.67
Hex CD EC 68 D 0 38 7 4A 4E 43
Octal 315 354 150 15 0 70 7 112 116 103
Binary 11001101 11101100 1101000 1101 0 111000 111 1001010 1001110 1000011

Color Harmonies of #CDEC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEC68

Black with #CDEC68

Text Example


Text Example

White with #CDEC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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