Html Css Color HEX #CDEF60 Mindaro

📋 copy color: '#CDEF60'

red 205 ◦ green 239 ◦ blue 96

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

Shades of Mindaro #CDEF60

Tints of Mindaro #CDEF60

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.26%

 BLUE value IS 96 (37.89% from 255) = 17.78%

R = 37.96%
G = 44.26%
B = 17.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#CDEF60 (or 0xCDEF60) is known color: Mindaro. HEX triplet: CD, EF and 60. RGB value is (205,239,96). Sum of RGB (Red+Green+Blue) = 205+239+96=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF60 is #32109F. Grayscale: #D5D5D5. Windows color (decimal): -3281056 or 6352845. OLE color: 6352845.

HSL color Cylindrical-coordinate representation of color #CDEF60: hue angle of 74.27º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDEF60 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 239 96 -
CMYK 0.14 0 0.60 0.06
HSL 74.27º 0.82% 0.66% -
HSV(B) 74.27º 0.6% 0.94% -
XYZ 58.15 75.56 22.59 -
YUV 212.53 62.24 122.63 -
System Red Green Blue C M Y K H S L
Decimal 205 239 96 0.14 0 0.60 0.06 74.27 0.82 0.66
Hex CD EF 60 E 0 3C 6 4A 52 42
Octal 315 357 140 16 0 74 6 112 122 102
Binary 11001101 11101111 1100000 1110 0 111100 110 1001010 1010010 1000010

Color Harmonies of #CDEF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF60

Black with #CDEF60

Text Example


Text Example

White with #CDEF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF60; }

 p { color: rgb(205,239,96); }

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

background-color css

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

 a { background-color: rgb(205,239,96); }

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

border-color css

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

 span { border-color: rgb(205,239,96); }

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