Html Css Color HEX #CBEA62 Mindaro

📋 copy color: '#CBEA62'

red 203 ◦ green 234 ◦ blue 98

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

Shades of Mindaro #CBEA62

Tints of Mindaro #CBEA62

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.74%

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

R = 37.94%
G = 43.74%
B = 18.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#CBEA62 (or 0xCBEA62) is known color: Mindaro. HEX triplet: CB, EA and 62. RGB value is (203,234,98). Sum of RGB (Red+Green+Blue) = 203+234+98=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 98 (38.67% from 255 or 18.32% from 535); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA62 is #34159D. Grayscale: #D1D1D1. Windows color (decimal): -3413406 or 6482635. OLE color: 6482635.

HSL color Cylindrical-coordinate representation of color #CBEA62: hue angle of 73.68º degrees, saturation: 0.76, 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 #CBEA62 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 98 -
CMYK 0.13 0 0.58 0.08
HSL 73.68º 0.76% 0.65% -
HSV(B) 73.68º 0.58% 0.92% -
XYZ 56.26 72.42 22.57 -
YUV 209.23 65.23 123.56 -
System Red Green Blue C M Y K H S L
Decimal 203 234 98 0.13 0 0.58 0.08 73.68 0.76 0.65
Hex CB EA 62 D 0 3A 8 4A 4C 41
Octal 313 352 142 15 0 72 10 112 114 101
Binary 11001011 11101010 1100010 1101 0 111010 1000 1001010 1001100 1000001

Color Harmonies of #CBEA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA62

Black with #CBEA62

Text Example


Text Example

White with #CBEA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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