Html Css Color HEX #CDEF66 Mindaro

📋 copy color: '#CDEF66'

red 205 ◦ green 239 ◦ blue 102

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

Shades of Mindaro #CDEF66

Tints of Mindaro #CDEF66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.68%

R = 37.55%
G = 43.77%
B = 18.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#CDEF66 (or 0xCDEF66) is known color: Mindaro. HEX triplet: CD, EF and 66. RGB value is (205,239,102). Sum of RGB (Red+Green+Blue) = 205+239+102=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEF66 is #321099. Grayscale: #D5D5D5. Windows color (decimal): -3281050 or 6746061. OLE color: 6746061.

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

Color convert

RGB 205 239 102 -
CMYK 0.14 0 0.57 0.06
HSL 74.89º 0.81% 0.67% -
HSV(B) 74.89º 0.57% 0.94% -
XYZ 58.44 75.67 24.1 -
YUV 213.22 65.24 122.14 -
System Red Green Blue C M Y K H S L
Decimal 205 239 102 0.14 0 0.57 0.06 74.89 0.81 0.67
Hex CD EF 66 E 0 39 6 4B 51 43
Octal 315 357 146 16 0 71 6 113 121 103
Binary 11001101 11101111 1100110 1110 0 111001 110 1001011 1010001 1000011

Color Harmonies of #CDEF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEF66

Black with #CDEF66

Text Example


Text Example

White with #CDEF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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