Html Css Color HEX #CBEB5D Mindaro

📋 copy color: '#CBEB5D'

red 203 ◦ green 235 ◦ blue 93

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

Shades of Mindaro #CBEB5D

Tints of Mindaro #CBEB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.51%

R = 38.23%
G = 44.26%
B = 17.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#CBEB5D (or 0xCBEB5D) is known color: Mindaro. HEX triplet: CB, EB and 5D. RGB value is (203,235,93). Sum of RGB (Red+Green+Blue) = 203+235+93=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEB5D is #3414A2. Grayscale: #D1D1D1. Windows color (decimal): -3413155 or 6155211. OLE color: 6155211.

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

Color convert

RGB 203 235 93 -
CMYK 0.14 0 0.60 0.08
HSL 73.52º 0.78% 0.64% -
HSV(B) 73.52º 0.6% 0.92% -
XYZ 56.31 72.9 21.46 -
YUV 209.24 62.4 123.55 -
System Red Green Blue C M Y K H S L
Decimal 203 235 93 0.14 0 0.60 0.08 73.52 0.78 0.64
Hex CB EB 5D E 0 3C 8 4A 4E 40
Octal 313 353 135 16 0 74 10 112 116 100
Binary 11001011 11101011 1011101 1110 0 111100 1000 1001010 1001110 1000000

Color Harmonies of #CBEB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEB5D

Black with #CBEB5D

Text Example


Text Example

White with #CBEB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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