Html Css Color HEX #CBEA61 Mindaro

📋 copy color: '#CBEA61'

red 203 ◦ green 234 ◦ blue 97

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

Shades of Mindaro #CBEA61

Tints of Mindaro #CBEA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.16%

R = 38.01%
G = 43.82%
B = 18.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#CBEA61 (or 0xCBEA61) is known color: Mindaro. HEX triplet: CB, EA and 61. RGB value is (203,234,97). Sum of RGB (Red+Green+Blue) = 203+234+97=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA61 is #34159E. Grayscale: #D1D1D1. Windows color (decimal): -3413407 or 6417099. OLE color: 6417099.

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

Color convert

RGB 203 234 97 -
CMYK 0.13 0 0.59 0.08
HSL 73.58º 0.77% 0.65% -
HSV(B) 73.58º 0.59% 0.92% -
XYZ 56.21 72.41 22.32 -
YUV 209.11 64.73 123.64 -
System Red Green Blue C M Y K H S L
Decimal 203 234 97 0.13 0 0.59 0.08 73.58 0.77 0.65
Hex CB EA 61 D 0 3B 8 4A 4D 41
Octal 313 352 141 15 0 73 10 112 115 101
Binary 11001011 11101010 1100001 1101 0 111011 1000 1001010 1001101 1000001

Color Harmonies of #CBEA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA61

Black with #CBEA61

Text Example


Text Example

White with #CBEA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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