Html Css Color HEX #CBEB62 Mindaro

📋 copy color: '#CBEB62'

red 203 ◦ green 235 ◦ blue 98

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

Shades of Mindaro #CBEB62

Tints of Mindaro #CBEB62

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.84%

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

R = 37.87%
G = 43.84%
B = 18.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#CBEB62 (or 0xCBEB62) is known color: Mindaro. HEX triplet: CB, EB and 62. RGB value is (203,235,98). Sum of RGB (Red+Green+Blue) = 203+235+98=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 235 (92.19% from 255 or 43.84% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEB62 is #34149D. Grayscale: #D2D2D2. Windows color (decimal): -3413150 or 6482891. OLE color: 6482891.

HSL color Cylindrical-coordinate representation of color #CBEB62: hue angle of 74.01º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBEB62 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 235 98 -
CMYK 0.14 0 0.58 0.08
HSL 74.01º 0.77% 0.65% -
HSV(B) 74.01º 0.58% 0.92% -
XYZ 56.54 73 22.66 -
YUV 209.81 64.9 123.14 -
System Red Green Blue C M Y K H S L
Decimal 203 235 98 0.14 0 0.58 0.08 74.01 0.77 0.65
Hex CB EB 62 E 0 3A 8 4A 4D 41
Octal 313 353 142 16 0 72 10 112 115 101
Binary 11001011 11101011 1100010 1110 0 111010 1000 1001010 1001101 1000001

Color Harmonies of #CBEB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEB62

Black with #CBEB62

Text Example


Text Example

White with #CBEB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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