Html Css Color HEX #CBEA5D Mindaro

📋 copy color: '#CBEA5D'

red 203 ◦ green 234 ◦ blue 93

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

Shades of Mindaro #CBEA5D

Tints of Mindaro #CBEA5D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.15%

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

R = 38.3%
G = 44.15%
B = 17.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#CBEA5D (or 0xCBEA5D) is known color: Mindaro. HEX triplet: CB, EA and 5D. RGB value is (203,234,93). Sum of RGB (Red+Green+Blue) = 203+234+93=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA5D is #3415A2. Grayscale: #D1D1D1. Windows color (decimal): -3413411 or 6154955. OLE color: 6154955.

HSL color Cylindrical-coordinate representation of color #CBEA5D: hue angle of 73.19º degrees, saturation: 0.77, 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 #CBEA5D is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 234 93 -
CMYK 0.13 0 0.60 0.08
HSL 73.19º 0.77% 0.64% -
HSV(B) 73.19º 0.6% 0.92% -
XYZ 56.03 72.33 21.36 -
YUV 208.66 62.73 123.96 -
System Red Green Blue C M Y K H S L
Decimal 203 234 93 0.13 0 0.60 0.08 73.19 0.77 0.64
Hex CB EA 5D D 0 3C 8 49 4D 40
Octal 313 352 135 15 0 74 10 111 115 100
Binary 11001011 11101010 1011101 1101 0 111100 1000 1001001 1001101 1000000

Color Harmonies of #CBEA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA5D

Black with #CBEA5D

Text Example


Text Example

White with #CBEA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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