Html Css Color HEX #CEEE65 Mindaro

📋 copy color: '#CEEE65'

red 206 ◦ green 238 ◦ blue 101

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

Shades of Mindaro #CEEE65

Tints of Mindaro #CEEE65

RGB

 RED value IS 206 (80.86% from 255) = 37.8%

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

 BLUE value IS 101 (39.84% from 255) = 18.53%

R = 37.8%
G = 43.67%
B = 18.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#CEEE65 (or 0xCEEE65) is known color: Mindaro. HEX triplet: CE, EE and 65. RGB value is (206,238,101). Sum of RGB (Red+Green+Blue) = 206+238+101=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 238 (93.36% from 255 or 43.67% from 545); Blue value is 101 (39.84% from 255 or 18.53% from 545); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEEE65 is #31119A. Grayscale: #D5D5D5. Windows color (decimal): -3215771 or 6680270. OLE color: 6680270.

HSL color Cylindrical-coordinate representation of color #CEEE65: hue angle of 74.01º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CEEE65 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 238 101 -
CMYK 0.13 0 0.58 0.07
HSL 74.01º 0.8% 0.66% -
HSV(B) 74.01º 0.58% 0.93% -
XYZ 58.38 75.21 23.75 -
YUV 212.81 64.9 123.14 -
System Red Green Blue C M Y K H S L
Decimal 206 238 101 0.13 0 0.58 0.07 74.01 0.8 0.66
Hex CE EE 65 D 0 3A 7 4A 50 42
Octal 316 356 145 15 0 72 7 112 120 102
Binary 11001110 11101110 1100101 1101 0 111010 111 1001010 1010000 1000010

Color Harmonies of #CEEE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEE65

Black with #CEEE65

Text Example


Text Example

White with #CEEE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEE65; }

 p { color: rgb(206,238,101); }

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

background-color css

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

 a { background-color: rgb(206,238,101); }

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

border-color css

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

 span { border-color: rgb(206,238,101); }

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