Html Css Color HEX #CEE675 Mindaro

📋 copy color: '#CEE675'

red 206 ◦ green 230 ◦ blue 117

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

Shades of Mindaro #CEE675

Tints of Mindaro #CEE675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.16%

R = 37.25%
G = 41.59%
B = 21.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#CEE675 (or 0xCEE675) is known color: Mindaro. HEX triplet: CE, E6 and 75. RGB value is (206,230,117). Sum of RGB (Red+Green+Blue) = 206+230+117=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE675 is #31198A. Grayscale: #D2D2D2. Windows color (decimal): -3217803 or 7726798. OLE color: 7726798.

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

Color convert

RGB 206 230 117 -
CMYK 0.10 0 0.49 0.10
HSL 72.74º 0.69% 0.68% -
HSV(B) 72.74º 0.49% 0.9% -
XYZ 56.96 71 27.53 -
YUV 209.94 75.55 125.19 -
System Red Green Blue C M Y K H S L
Decimal 206 230 117 0.10 0 0.49 0.10 72.74 0.69 0.68
Hex CE E6 75 A 0 31 A 49 45 44
Octal 316 346 165 12 0 61 12 111 105 104
Binary 11001110 11100110 1110101 1010 0 110001 1010 1001001 1000101 1000100

Color Harmonies of #CEE675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE675

Black with #CEE675

Text Example


Text Example

White with #CEE675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE675; }

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

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

background-color css

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

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

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

border-color css

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

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

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