Html Css Color HEX #CBEC6B Mindaro

📋 copy color: '#CBEC6B'

red 203 ◦ green 236 ◦ blue 107

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

Shades of Mindaro #CBEC6B

Tints of Mindaro #CBEC6B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.22%

 BLUE value IS 107 (42.19% from 255) = 19.6%

R = 37.18%
G = 43.22%
B = 19.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#CBEC6B (or 0xCBEC6B) is known color: Mindaro. HEX triplet: CB, EC and 6B. RGB value is (203,236,107). Sum of RGB (Red+Green+Blue) = 203+236+107=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEC6B is #341394. Grayscale: #D3D3D3. Windows color (decimal): -3412885 or 7072971. OLE color: 7072971.

HSL color Cylindrical-coordinate representation of color #CBEC6B: hue angle of 75.35º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBEC6B is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 236 107 -
CMYK 0.14 0 0.55 0.07
HSL 75.35º 0.77% 0.67% -
HSV(B) 75.35º 0.55% 0.93% -
XYZ 57.28 73.75 25.13 -
YUV 211.43 69.07 121.99 -
System Red Green Blue C M Y K H S L
Decimal 203 236 107 0.14 0 0.55 0.07 75.35 0.77 0.67
Hex CB EC 6B E 0 37 7 4B 4D 43
Octal 313 354 153 16 0 67 7 113 115 103
Binary 11001011 11101100 1101011 1110 0 110111 111 1001011 1001101 1000011

Color Harmonies of #CBEC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEC6B

Black with #CBEC6B

Text Example


Text Example

White with #CBEC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEC6B; }

 p { color: rgb(203,236,107); }

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

background-color css

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

 a { background-color: rgb(203,236,107); }

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

border-color css

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

 span { border-color: rgb(203,236,107); }

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