Html Css Color HEX #CBEB6D Mindaro

📋 copy color: '#CBEB6D'

red 203 ◦ green 235 ◦ blue 109

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

Shades of Mindaro #CBEB6D

Tints of Mindaro #CBEB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.93%

R = 37.11%
G = 42.96%
B = 19.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#CBEB6D (or 0xCBEB6D) is known color: Mindaro. HEX triplet: CB, EB and 6D. RGB value is (203,235,109). Sum of RGB (Red+Green+Blue) = 203+235+109=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEB6D is #341492. Grayscale: #D3D3D3. Windows color (decimal): -3413139 or 7203787. OLE color: 7203787.

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

Color convert

RGB 203 235 109 -
CMYK 0.14 0 0.54 0.08
HSL 75.24º 0.76% 0.67% -
HSV(B) 75.24º 0.54% 0.92% -
XYZ 57.1 73.22 25.59 -
YUV 211.07 70.4 122.25 -
System Red Green Blue C M Y K H S L
Decimal 203 235 109 0.14 0 0.54 0.08 75.24 0.76 0.67
Hex CB EB 6D E 0 36 8 4B 4C 43
Octal 313 353 155 16 0 66 10 113 114 103
Binary 11001011 11101011 1101101 1110 0 110110 1000 1001011 1001100 1000011

Color Harmonies of #CBEB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEB6D

Black with #CBEB6D

Text Example


Text Example

White with #CBEB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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