Html Css Color HEX #CBEB58 Mindaro

📋 copy color: '#CBEB58'

red 203 ◦ green 235 ◦ blue 88

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

Shades of Mindaro #CBEB58

Tints of Mindaro #CBEB58

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.68%

 BLUE value IS 88 (34.77% from 255) = 16.73%

R = 38.59%
G = 44.68%
B = 16.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#CBEB58 (or 0xCBEB58) is known color: Mindaro. HEX triplet: CB, EB and 58. RGB value is (203,235,88). Sum of RGB (Red+Green+Blue) = 203+235+88=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 235 (92.19% from 255 or 44.68% from 526); Blue value is 88 (34.77% from 255 or 16.73% from 526); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEB58 is #3414A7. Grayscale: #D1D1D1. Windows color (decimal): -3413160 or 5827531. OLE color: 5827531.

HSL color Cylindrical-coordinate representation of color #CBEB58: hue angle of 73.06º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBEB58 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 235 88 -
CMYK 0.14 0 0.63 0.08
HSL 73.06º 0.79% 0.63% -
HSV(B) 73.06º 0.63% 0.92% -
XYZ 56.1 72.82 20.33 -
YUV 208.67 59.9 123.95 -
System Red Green Blue C M Y K H S L
Decimal 203 235 88 0.14 0 0.63 0.08 73.06 0.79 0.63
Hex CB EB 58 E 0 3F 8 49 4F 3F
Octal 313 353 130 16 0 77 10 111 117 77
Binary 11001011 11101011 1011000 1110 0 111111 1000 1001001 1001111 111111

Color Harmonies of #CBEB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEB58

Black with #CBEB58

Text Example


Text Example

White with #CBEB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEB58; }

 p { color: rgb(203,235,88); }

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

background-color css

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

 a { background-color: rgb(203,235,88); }

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

border-color css

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

 span { border-color: rgb(203,235,88); }

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