Html Css Color HEX #CBEC5B Mindaro

📋 copy color: '#CBEC5B'

red 203 ◦ green 236 ◦ blue 91

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

Shades of Mindaro #CBEC5B

Tints of Mindaro #CBEC5B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.53%

 BLUE value IS 91 (35.94% from 255) = 17.17%

R = 38.3%
G = 44.53%
B = 17.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#CBEC5B (or 0xCBEC5B) is known color: Mindaro. HEX triplet: CB, EC and 5B. RGB value is (203,236,91). Sum of RGB (Red+Green+Blue) = 203+236+91=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 236 (92.58% from 255 or 44.53% from 530); Blue value is 91 (35.94% from 255 or 17.17% from 530); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC5B is #3413A4. Grayscale: #D2D2D2. Windows color (decimal): -3412901 or 6024395. OLE color: 6024395.

HSL color Cylindrical-coordinate representation of color #CBEC5B: hue angle of 73.66º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBEC5B is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 236 91 -
CMYK 0.14 0 0.61 0.07
HSL 73.66º 0.79% 0.64% -
HSV(B) 73.66º 0.61% 0.93% -
XYZ 56.51 73.44 21.09 -
YUV 209.6 61.07 123.29 -
System Red Green Blue C M Y K H S L
Decimal 203 236 91 0.14 0 0.61 0.07 73.66 0.79 0.64
Hex CB EC 5B E 0 3D 7 4A 4F 40
Octal 313 354 133 16 0 75 7 112 117 100
Binary 11001011 11101100 1011011 1110 0 111101 111 1001010 1001111 1000000

Color Harmonies of #CBEC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEC5B

Black with #CBEC5B

Text Example


Text Example

White with #CBEC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEC5B; }

 p { color: rgb(203,236,91); }

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

background-color css

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

 a { background-color: rgb(203,236,91); }

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

border-color css

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

 span { border-color: rgb(203,236,91); }

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