Html Css Color HEX #CBEB6C Mindaro

📋 copy color: '#CBEB6C'

red 203 ◦ green 235 ◦ blue 108

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

Shades of Mindaro #CBEB6C

Tints of Mindaro #CBEB6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.78%

R = 37.18%
G = 43.04%
B = 19.78%

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

#CBEB6C (or 0xCBEB6C) is known color: Mindaro. HEX triplet: CB, EB and 6C. RGB value is (203,235,108). Sum of RGB (Red+Green+Blue) = 203+235+108=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEB6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEB6C is #341493. Grayscale: #D3D3D3. Windows color (decimal): -3413140 or 7138251. OLE color: 7138251.

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

Color convert

RGB 203 235 108 -
CMYK 0.14 0 0.54 0.08
HSL 75.12º 0.76% 0.67% -
HSV(B) 75.12º 0.54% 0.92% -
XYZ 57.04 73.2 25.31 -
YUV 210.95 69.9 122.33 -
System Red Green Blue C M Y K H S L
Decimal 203 235 108 0.14 0 0.54 0.08 75.12 0.76 0.67
Hex CB EB 6C E 0 36 8 4B 4C 43
Octal 313 353 154 16 0 66 10 113 114 103
Binary 11001011 11101011 1101100 1110 0 110110 1000 1001011 1001100 1000011

Color Harmonies of #CBEB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEB6C

Black with #CBEB6C

Text Example


Text Example

White with #CBEB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEB6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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