Html Css Color HEX #CBF553 Mindaro

📋 copy color: '#CBF553'

red 203 ◦ green 245 ◦ blue 83

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

Shades of Mindaro #CBF553

Tints of Mindaro #CBF553

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.14%

 BLUE value IS 83 (32.81% from 255) = 15.63%

R = 38.23%
G = 46.14%
B = 15.63%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#CBF553 (or 0xCBF553) is known color: Mindaro. HEX triplet: CB, F5 and 53. RGB value is (203,245,83). Sum of RGB (Red+Green+Blue) = 203+245+83=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 83 (32.81% from 255 or 15.63% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF553 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF553 is #340AAC. Grayscale: #D6D6D6. Windows color (decimal): -3410605 or 5502411. OLE color: 5502411.

HSL color Cylindrical-coordinate representation of color #CBF553: hue angle of 75.56º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBF553 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 245 83 -
CMYK 0.17 0 0.66 0.04
HSL 75.56º 0.89% 0.64% -
HSV(B) 75.56º 0.66% 0.96% -
XYZ 58.84 78.63 20.26 -
YUV 213.97 54.09 120.17 -
System Red Green Blue C M Y K H S L
Decimal 203 245 83 0.17 0 0.66 0.04 75.56 0.89 0.64
Hex CB F5 53 11 0 42 4 4C 59 40
Octal 313 365 123 21 0 102 4 114 131 100
Binary 11001011 11110101 1010011 10001 0 1000010 100 1001100 1011001 1000000

Color Harmonies of #CBF553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF553

Black with #CBF553

Text Example


Text Example

White with #CBF553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF553; }

 p { color: rgb(203,245,83); }

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

background-color css

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

 a { background-color: rgb(203,245,83); }

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

border-color css

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

 span { border-color: rgb(203,245,83); }

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