Html Css Color HEX #CEED62 Mindaro

📋 copy color: '#CEED62'

red 206 ◦ green 237 ◦ blue 98

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

Shades of Mindaro #CEED62

Tints of Mindaro #CEED62

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.81%

 BLUE value IS 98 (38.67% from 255) = 18.11%

R = 38.08%
G = 43.81%
B = 18.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#CEED62 (or 0xCEED62) is known color: Mindaro. HEX triplet: CE, ED and 62. RGB value is (206,237,98). Sum of RGB (Red+Green+Blue) = 206+237+98=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 98 (38.67% from 255 or 18.11% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEED62 is #31129D. Grayscale: #D4D4D4. Windows color (decimal): -3216030 or 6483406. OLE color: 6483406.

HSL color Cylindrical-coordinate representation of color #CEED62: hue angle of 73.38º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEED62 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 237 98 -
CMYK 0.13 0 0.59 0.07
HSL 73.38º 0.79% 0.66% -
HSV(B) 73.38º 0.59% 0.93% -
XYZ 57.94 74.57 22.9 -
YUV 211.89 63.73 123.8 -
System Red Green Blue C M Y K H S L
Decimal 206 237 98 0.13 0 0.59 0.07 73.38 0.79 0.66
Hex CE ED 62 D 0 3B 7 49 4F 42
Octal 316 355 142 15 0 73 7 111 117 102
Binary 11001110 11101101 1100010 1101 0 111011 111 1001001 1001111 1000010

Color Harmonies of #CEED62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED62

Black with #CEED62

Text Example


Text Example

White with #CEED62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED62; }

 p { color: rgb(206,237,98); }

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

background-color css

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

 a { background-color: rgb(206,237,98); }

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

border-color css

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

 span { border-color: rgb(206,237,98); }

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