Html Css Color HEX #CBE562 Mindaro

📋 copy color: '#CBE562'

red 203 ◦ green 229 ◦ blue 98

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

Shades of Mindaro #CBE562

Tints of Mindaro #CBE562

RGB

 RED value IS 203 (79.69% from 255) = 38.3%

 GREEN value IS 229 (89.84% from 255) = 43.21%

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

R = 38.3%
G = 43.21%
B = 18.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#CBE562 (or 0xCBE562) is known color: Mindaro. HEX triplet: CB, E5 and 62. RGB value is (203,229,98). Sum of RGB (Red+Green+Blue) = 203+229+98=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 229 (89.84% from 255 or 43.21% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE562 is #341A9D. Grayscale: #CECECE. Windows color (decimal): -3414686 or 6481355. OLE color: 6481355.

HSL color Cylindrical-coordinate representation of color #CBE562: hue angle of 71.91º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBE562 is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 229 98 -
CMYK 0.11 0 0.57 0.10
HSL 71.91º 0.72% 0.64% -
HSV(B) 71.91º 0.57% 0.9% -
XYZ 54.85 69.62 22.1 -
YUV 206.29 66.89 125.65 -
System Red Green Blue C M Y K H S L
Decimal 203 229 98 0.11 0 0.57 0.10 71.91 0.72 0.64
Hex CB E5 62 B 0 39 A 48 48 40
Octal 313 345 142 13 0 71 12 110 110 100
Binary 11001011 11100101 1100010 1011 0 111001 1010 1001000 1001000 1000000

Color Harmonies of #CBE562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE562

Black with #CBE562

Text Example


Text Example

White with #CBE562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE562; }

 p { color: rgb(203,229,98); }

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

background-color css

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

 a { background-color: rgb(203,229,98); }

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

border-color css

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

 span { border-color: rgb(203,229,98); }

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