Html Css Color HEX #CBE361 Mindaro

📋 copy color: '#CBE361'

red 203 ◦ green 227 ◦ blue 97

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

Shades of Mindaro #CBE361

Tints of Mindaro #CBE361

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.07%

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

R = 38.52%
G = 43.07%
B = 18.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#CBE361 (or 0xCBE361) is known color: Mindaro. HEX triplet: CB, E3 and 61. RGB value is (203,227,97). Sum of RGB (Red+Green+Blue) = 203+227+97=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE361 is #341C9E. Grayscale: #CDCDCD. Windows color (decimal): -3415199 or 6415307. OLE color: 6415307.

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

Color convert

RGB 203 227 97 -
CMYK 0.11 0 0.57 0.11
HSL 71.08º 0.7% 0.64% -
HSV(B) 71.08º 0.57% 0.89% -
XYZ 54.26 68.5 21.67 -
YUV 205 67.05 126.57 -
System Red Green Blue C M Y K H S L
Decimal 203 227 97 0.11 0 0.57 0.11 71.08 0.7 0.64
Hex CB E3 61 B 0 39 B 47 46 40
Octal 313 343 141 13 0 71 13 107 106 100
Binary 11001011 11100011 1100001 1011 0 111001 1011 1000111 1000110 1000000

Color Harmonies of #CBE361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE361

Black with #CBE361

Text Example


Text Example

White with #CBE361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE361; }

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

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

background-color css

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

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

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

border-color css

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

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

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