Html Css Color HEX #CBEF6B Mindaro

📋 copy color: '#CBEF6B'

red 203 ◦ green 239 ◦ blue 107

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

Shades of Mindaro #CBEF6B

Tints of Mindaro #CBEF6B

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.53%

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

R = 36.98%
G = 43.53%
B = 19.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#CBEF6B (or 0xCBEF6B) is known color: Mindaro. HEX triplet: CB, EF and 6B. RGB value is (203,239,107). Sum of RGB (Red+Green+Blue) = 203+239+107=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 107 (42.19% from 255 or 19.49% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEF6B is #341094. Grayscale: #D5D5D5. Windows color (decimal): -3412117 or 7073739. OLE color: 7073739.

HSL color Cylindrical-coordinate representation of color #CBEF6B: hue angle of 76.36º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBEF6B is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 239 107 -
CMYK 0.15 0 0.55 0.06
HSL 76.36º 0.8% 0.68% -
HSV(B) 76.36º 0.55% 0.94% -
XYZ 58.15 75.49 25.42 -
YUV 213.19 68.07 120.73 -
System Red Green Blue C M Y K H S L
Decimal 203 239 107 0.15 0 0.55 0.06 76.36 0.8 0.68
Hex CB EF 6B F 0 37 6 4C 50 44
Octal 313 357 153 17 0 67 6 114 120 104
Binary 11001011 11101111 1101011 1111 0 110111 110 1001100 1010000 1000100

Color Harmonies of #CBEF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEF6B

Black with #CBEF6B

Text Example


Text Example

White with #CBEF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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