Html Css Color HEX #CEE65F Mindaro

📋 copy color: '#CEE65F'

red 206 ◦ green 230 ◦ blue 95

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

Shades of Mindaro #CEE65F

Tints of Mindaro #CEE65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.89%

R = 38.79%
G = 43.31%
B = 17.89%

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

#CEE65F (or 0xCEE65F) is known color: Mindaro. HEX triplet: CE, E6 and 5F. RGB value is (206,230,95). Sum of RGB (Red+Green+Blue) = 206+230+95=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 95 (37.5% from 255 or 17.89% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE65F is #3119A0. Grayscale: #CFCFCF. Windows color (decimal): -3217825 or 6285006. OLE color: 6285006.

HSL color Cylindrical-coordinate representation of color #CEE65F: hue angle of 70.67º 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 #CEE65F is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 230 95 -
CMYK 0.10 0 0.59 0.10
HSL 70.67º 0.73% 0.64% -
HSV(B) 70.67º 0.59% 0.9% -
XYZ 55.82 70.54 21.5 -
YUV 207.43 64.55 126.98 -
System Red Green Blue C M Y K H S L
Decimal 206 230 95 0.10 0 0.59 0.10 70.67 0.73 0.64
Hex CE E6 5F A 0 3B A 47 49 40
Octal 316 346 137 12 0 73 12 107 111 100
Binary 11001110 11100110 1011111 1010 0 111011 1010 1000111 1001001 1000000

Color Harmonies of #CEE65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE65F

Black with #CEE65F

Text Example


Text Example

White with #CEE65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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