Html Css Color HEX #CBF55B Mindaro

📋 copy color: '#CBF55B'

red 203 ◦ green 245 ◦ blue 91

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

Shades of Mindaro #CBF55B

Tints of Mindaro #CBF55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.88%

R = 37.66%
G = 45.45%
B = 16.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#CBF55B (or 0xCBF55B) is known color: Mindaro. HEX triplet: CB, F5 and 5B. RGB value is (203,245,91). Sum of RGB (Red+Green+Blue) = 203+245+91=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 245 (96.09% from 255 or 45.45% from 539); Blue value is 91 (35.94% from 255 or 16.88% from 539); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF55B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF55B is #340AA4. Grayscale: #D7D7D7. Windows color (decimal): -3410597 or 6026699. OLE color: 6026699.

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

Color convert

RGB 203 245 91 -
CMYK 0.17 0 0.63 0.04
HSL 76.36º 0.89% 0.66% -
HSV(B) 76.36º 0.63% 0.96% -
XYZ 59.17 78.76 21.98 -
YUV 214.89 58.09 119.52 -
System Red Green Blue C M Y K H S L
Decimal 203 245 91 0.17 0 0.63 0.04 76.36 0.89 0.66
Hex CB F5 5B 11 0 3F 4 4C 59 42
Octal 313 365 133 21 0 77 4 114 131 102
Binary 11001011 11110101 1011011 10001 0 111111 100 1001100 1011001 1000010

Color Harmonies of #CBF55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF55B

Black with #CBF55B

Text Example


Text Example

White with #CBF55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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