Html Css Color HEX #CDEF61 Mindaro

📋 copy color: '#CDEF61'

red 205 ◦ green 239 ◦ blue 97

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

Shades of Mindaro #CDEF61

Tints of Mindaro #CDEF61

RGB

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

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

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

R = 37.89%
G = 44.18%
B = 17.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#CDEF61 (or 0xCDEF61) is known color: Mindaro. HEX triplet: CD, EF and 61. RGB value is (205,239,97). Sum of RGB (Red+Green+Blue) = 205+239+97=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 97 (38.28% from 255 or 17.93% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF61 is #32109E. Grayscale: #D5D5D5. Windows color (decimal): -3281055 or 6418381. OLE color: 6418381.

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

Color convert

RGB 205 239 97 -
CMYK 0.14 0 0.59 0.06
HSL 74.37º 0.82% 0.66% -
HSV(B) 74.37º 0.59% 0.94% -
XYZ 58.2 75.58 22.83 -
YUV 212.65 62.74 122.55 -
System Red Green Blue C M Y K H S L
Decimal 205 239 97 0.14 0 0.59 0.06 74.37 0.82 0.66
Hex CD EF 61 E 0 3B 6 4A 52 42
Octal 315 357 141 16 0 73 6 112 122 102
Binary 11001101 11101111 1100001 1110 0 111011 110 1001010 1010010 1000010

Color Harmonies of #CDEF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF61

Black with #CDEF61

Text Example


Text Example

White with #CDEF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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