Html Css Color HEX #CEE65E Mindaro

📋 copy color: '#CEE65E'

red 206 ◦ green 230 ◦ blue 94

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

Shades of Mindaro #CEE65E

Tints of Mindaro #CEE65E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.4%

 BLUE value IS 94 (37.11% from 255) = 17.74%

R = 38.87%
G = 43.4%
B = 17.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#CEE65E (or 0xCEE65E) is known color: Mindaro. HEX triplet: CE, E6 and 5E. RGB value is (206,230,94). Sum of RGB (Red+Green+Blue) = 206+230+94=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 94 (37.11% from 255 or 17.74% from 530); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE65E is #3119A1. Grayscale: #CFCFCF. Windows color (decimal): -3217826 or 6219470. OLE color: 6219470.

HSL color Cylindrical-coordinate representation of color #CEE65E: hue angle of 70.59º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEE65E is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 230 94 -
CMYK 0.10 0 0.59 0.10
HSL 70.59º 0.73% 0.64% -
HSV(B) 70.59º 0.59% 0.9% -
XYZ 55.77 70.52 21.26 -
YUV 207.32 64.05 127.06 -
System Red Green Blue C M Y K H S L
Decimal 206 230 94 0.10 0 0.59 0.10 70.59 0.73 0.64
Hex CE E6 5E A 0 3B A 47 49 40
Octal 316 346 136 12 0 73 12 107 111 100
Binary 11001110 11100110 1011110 1010 0 111011 1010 1000111 1001001 1000000

Color Harmonies of #CEE65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE65E

Black with #CEE65E

Text Example


Text Example

White with #CEE65E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE65E; }

 p { color: rgb(206,230,94); }

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

background-color css

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

 a { background-color: rgb(206,230,94); }

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

border-color css

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

 span { border-color: rgb(206,230,94); }

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