Html Css Color HEX #CEE267 Mindaro

📋 copy color: '#CEE267'

red 206 ◦ green 226 ◦ blue 103

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

Shades of Mindaro #CEE267

Tints of Mindaro #CEE267

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.24%

 BLUE value IS 103 (40.63% from 255) = 19.25%

R = 38.5%
G = 42.24%
B = 19.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#CEE267 (or 0xCEE267) is known color: Mindaro. HEX triplet: CE, E2 and 67. RGB value is (206,226,103). Sum of RGB (Red+Green+Blue) = 206+226+103=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 103 (40.62% from 255 or 19.25% from 535); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEE267 is #311D98. Grayscale: #CECECE. Windows color (decimal): -3218841 or 6808270. OLE color: 6808270.

HSL color Cylindrical-coordinate representation of color #CEE267: hue angle of 69.76º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEE267 is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 226 103 -
CMYK 0.09 0 0.54 0.11
HSL 69.76º 0.68% 0.65% -
HSV(B) 69.76º 0.54% 0.89% -
XYZ 55.1 68.49 23.15 -
YUV 206 69.87 128 -
System Red Green Blue C M Y K H S L
Decimal 206 226 103 0.09 0 0.54 0.11 69.76 0.68 0.65
Hex CE E2 67 9 0 36 B 46 44 41
Octal 316 342 147 11 0 66 13 106 104 101
Binary 11001110 11100010 1100111 1001 0 110110 1011 1000110 1000100 1000001

Color Harmonies of #CEE267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE267

Black with #CEE267

Text Example


Text Example

White with #CEE267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE267; }

 p { color: rgb(206,226,103); }

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

background-color css

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

 a { background-color: rgb(206,226,103); }

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

border-color css

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

 span { border-color: rgb(206,226,103); }

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