Html Css Color HEX #CDEE68 Mindaro

📋 copy color: '#CDEE68'

red 205 ◦ green 238 ◦ blue 104

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

Shades of Mindaro #CDEE68

Tints of Mindaro #CDEE68

RGB

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

 GREEN value IS 238 (93.36% from 255) = 43.51%

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

R = 37.48%
G = 43.51%
B = 19.01%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#CDEE68 (or 0xCDEE68) is known color: Mindaro. HEX triplet: CD, EE and 68. RGB value is (205,238,104). Sum of RGB (Red+Green+Blue) = 205+238+104=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 104 (41.02% from 255 or 19.01% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEE68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDEE68 is #321197. Grayscale: #D5D5D5. Windows color (decimal): -3281304 or 6876877. OLE color: 6876877.

HSL color Cylindrical-coordinate representation of color #CDEE68: hue angle of 74.78º degrees, saturation: 0.8, 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 #CDEE68 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 238 104 -
CMYK 0.14 0 0.56 0.07
HSL 74.78º 0.8% 0.67% -
HSV(B) 74.78º 0.56% 0.93% -
XYZ 58.25 75.13 24.53 -
YUV 212.86 66.57 122.4 -
System Red Green Blue C M Y K H S L
Decimal 205 238 104 0.14 0 0.56 0.07 74.78 0.8 0.67
Hex CD EE 68 E 0 38 7 4B 50 43
Octal 315 356 150 16 0 70 7 113 120 103
Binary 11001101 11101110 1101000 1110 0 111000 111 1001011 1010000 1000011

Color Harmonies of #CDEE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEE68

Black with #CDEE68

Text Example


Text Example

White with #CDEE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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