Html Css Color HEX #CBE369 Mindaro

📋 copy color: '#CBE369'

red 203 ◦ green 227 ◦ blue 105

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

Shades of Mindaro #CBE369

Tints of Mindaro #CBE369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.63%

R = 37.94%
G = 42.43%
B = 19.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#CBE369 (or 0xCBE369) is known color: Mindaro. HEX triplet: CB, E3 and 69. RGB value is (203,227,105). Sum of RGB (Red+Green+Blue) = 203+227+105=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 105 (41.41% from 255 or 19.63% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #CBE369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE369 is #341C96. Grayscale: #CECECE. Windows color (decimal): -3415191 or 6939595. OLE color: 6939595.

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

Color convert

RGB 203 227 105 -
CMYK 0.11 0 0.54 0.11
HSL 71.8º 0.69% 0.65% -
HSV(B) 71.8º 0.54% 0.89% -
XYZ 54.65 68.65 23.74 -
YUV 205.92 71.05 125.92 -
System Red Green Blue C M Y K H S L
Decimal 203 227 105 0.11 0 0.54 0.11 71.8 0.69 0.65
Hex CB E3 69 B 0 36 B 48 45 41
Octal 313 343 151 13 0 66 13 110 105 101
Binary 11001011 11100011 1101001 1011 0 110110 1011 1001000 1000101 1000001

Color Harmonies of #CBE369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE369

Black with #CBE369

Text Example


Text Example

White with #CBE369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE369; }

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

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

background-color css

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

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

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

border-color css

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

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

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