Html Css Color HEX #CDEF70 Mindaro

📋 copy color: '#CDEF70'

red 205 ◦ green 239 ◦ blue 112

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

Shades of Mindaro #CDEF70

Tints of Mindaro #CDEF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.14%

R = 36.87%
G = 42.99%
B = 20.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#CDEF70 (or 0xCDEF70) is known color: Mindaro. HEX triplet: CD, EF and 70. RGB value is (205,239,112). Sum of RGB (Red+Green+Blue) = 205+239+112=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF70 is #32108F. Grayscale: #D6D6D6. Windows color (decimal): -3281040 or 7401421. OLE color: 7401421.

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

Color convert

RGB 205 239 112 -
CMYK 0.14 0 0.53 0.06
HSL 76.06º 0.8% 0.69% -
HSV(B) 76.06º 0.53% 0.94% -
XYZ 58.97 75.88 26.87 -
YUV 214.36 70.24 121.33 -
System Red Green Blue C M Y K H S L
Decimal 205 239 112 0.14 0 0.53 0.06 76.06 0.8 0.69
Hex CD EF 70 E 0 35 6 4C 50 45
Octal 315 357 160 16 0 65 6 114 120 105
Binary 11001101 11101111 1110000 1110 0 110101 110 1001100 1010000 1000101

Color Harmonies of #CDEF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF70

Black with #CDEF70

Text Example


Text Example

White with #CDEF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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