Html Css Color HEX #CBEF60 Mindaro

📋 copy color: '#CBEF60'

red 203 ◦ green 239 ◦ blue 96

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

Shades of Mindaro #CBEF60

Tints of Mindaro #CBEF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.84%

R = 37.73%
G = 44.42%
B = 17.84%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#CBEF60 (or 0xCBEF60) is known color: Mindaro. HEX triplet: CB, EF and 60. RGB value is (203,239,96). Sum of RGB (Red+Green+Blue) = 203+239+96=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 239 (93.75% from 255 or 44.42% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEF60 is #34109F. Grayscale: #D4D4D4. Windows color (decimal): -3412128 or 6352843. OLE color: 6352843.

HSL color Cylindrical-coordinate representation of color #CBEF60: hue angle of 75.1º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CBEF60 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 239 96 -
CMYK 0.15 0 0.60 0.06
HSL 75.1º 0.82% 0.66% -
HSV(B) 75.1º 0.6% 0.94% -
XYZ 57.61 75.27 22.56 -
YUV 211.93 62.57 121.63 -
System Red Green Blue C M Y K H S L
Decimal 203 239 96 0.15 0 0.60 0.06 75.1 0.82 0.66
Hex CB EF 60 F 0 3C 6 4B 52 42
Octal 313 357 140 17 0 74 6 113 122 102
Binary 11001011 11101111 1100000 1111 0 111100 110 1001011 1010010 1000010

Color Harmonies of #CBEF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEF60

Black with #CBEF60

Text Example


Text Example

White with #CBEF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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