Html Css Color HEX #CBEA5E Mindaro

📋 copy color: '#CBEA5E'

red 203 ◦ green 234 ◦ blue 94

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

Shades of Mindaro #CBEA5E

Tints of Mindaro #CBEA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.7%

R = 38.23%
G = 44.07%
B = 17.7%

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

#CBEA5E (or 0xCBEA5E) is known color: Mindaro. HEX triplet: CB, EA and 5E. RGB value is (203,234,94). Sum of RGB (Red+Green+Blue) = 203+234+94=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEA5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEA5E is #3415A1. Grayscale: #D1D1D1. Windows color (decimal): -3413410 or 6220491. OLE color: 6220491.

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

Color convert

RGB 203 234 94 -
CMYK 0.13 0 0.60 0.08
HSL 73.29º 0.77% 0.64% -
HSV(B) 73.29º 0.6% 0.92% -
XYZ 56.07 72.35 21.6 -
YUV 208.77 63.23 123.88 -
System Red Green Blue C M Y K H S L
Decimal 203 234 94 0.13 0 0.60 0.08 73.29 0.77 0.64
Hex CB EA 5E D 0 3C 8 49 4D 40
Octal 313 352 136 15 0 74 10 111 115 100
Binary 11001011 11101010 1011110 1101 0 111100 1000 1001001 1001101 1000000

Color Harmonies of #CBEA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEA5E

Black with #CBEA5E

Text Example


Text Example

White with #CBEA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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