Html Css Color HEX #CEE75D Mindaro

📋 copy color: '#CEE75D'

red 206 ◦ green 231 ◦ blue 93

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

Shades of Mindaro #CEE75D

Tints of Mindaro #CEE75D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.58%

 BLUE value IS 93 (36.72% from 255) = 17.55%

R = 38.87%
G = 43.58%
B = 17.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#CEE75D (or 0xCEE75D) is known color: Mindaro. HEX triplet: CE, E7 and 5D. RGB value is (206,231,93). Sum of RGB (Red+Green+Blue) = 206+231+93=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEE75D is #3118A2. Grayscale: #D0D0D0. Windows color (decimal): -3217571 or 6154190. OLE color: 6154190.

HSL color Cylindrical-coordinate representation of color #CEE75D: hue angle of 70.87º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CEE75D is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 231 93 -
CMYK 0.11 0 0.60 0.09
HSL 70.87º 0.74% 0.64% -
HSV(B) 70.87º 0.6% 0.91% -
XYZ 56.01 71.06 21.12 -
YUV 207.79 63.22 126.72 -
System Red Green Blue C M Y K H S L
Decimal 206 231 93 0.11 0 0.60 0.09 70.87 0.74 0.64
Hex CE E7 5D B 0 3C 9 47 4A 40
Octal 316 347 135 13 0 74 11 107 112 100
Binary 11001110 11100111 1011101 1011 0 111100 1001 1000111 1001010 1000000

Color Harmonies of #CEE75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE75D

Black with #CEE75D

Text Example


Text Example

White with #CEE75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE75D; }

 p { color: rgb(206,231,93); }

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

background-color css

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

 a { background-color: rgb(206,231,93); }

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

border-color css

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

 span { border-color: rgb(206,231,93); }

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