Html Css Color HEX #CBE656 Mindaro

📋 copy color: '#CBE656'

red 203 ◦ green 230 ◦ blue 86

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

Shades of Mindaro #CBE656

Tints of Mindaro #CBE656

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.32%

 BLUE value IS 86 (33.98% from 255) = 16.57%

R = 39.11%
G = 44.32%
B = 16.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.63

 K value IS 0.10

RGB Variations

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

Color information

#CBE656 (or 0xCBE656) is known color: Mindaro. HEX triplet: CB, E6 and 56. RGB value is (203,230,86). Sum of RGB (Red+Green+Blue) = 203+230+86=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE656 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBE656 is #3419A9. Grayscale: #CECECE. Windows color (decimal): -3414442 or 5695179. OLE color: 5695179.

HSL color Cylindrical-coordinate representation of color #CBE656: hue angle of 71.25º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBE656 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 230 86 -
CMYK 0.12 0 0.63 0.10
HSL 71.25º 0.74% 0.62% -
HSV(B) 71.25º 0.63% 0.9% -
XYZ 54.61 69.96 19.43 -
YUV 205.51 60.55 126.21 -
System Red Green Blue C M Y K H S L
Decimal 203 230 86 0.12 0 0.63 0.10 71.25 0.74 0.62
Hex CB E6 56 C 0 3F A 47 4A 3E
Octal 313 346 126 14 0 77 12 107 112 76
Binary 11001011 11100110 1010110 1100 0 111111 1010 1000111 1001010 111110

Color Harmonies of #CBE656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE656

Black with #CBE656

Text Example


Text Example

White with #CBE656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE656; }

 p { color: rgb(203,230,86); }

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

background-color css

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

 a { background-color: rgb(203,230,86); }

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

border-color css

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

 span { border-color: rgb(203,230,86); }

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