Html Css Color HEX #CBF159 Mindaro

📋 copy color: '#CBF159'

red 203 ◦ green 241 ◦ blue 89

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

Shades of Mindaro #CBF159

Tints of Mindaro #CBF159

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.22%

 BLUE value IS 89 (35.16% from 255) = 16.7%

R = 38.09%
G = 45.22%
B = 16.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#CBF159 (or 0xCBF159) is known color: Mindaro. HEX triplet: CB, F1 and 59. RGB value is (203,241,89). Sum of RGB (Red+Green+Blue) = 203+241+89=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 89 (35.16% from 255 or 16.70% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF159 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF159 is #340EA6. Grayscale: #D4D4D4. Windows color (decimal): -3411623 or 5894603. OLE color: 5894603.

HSL color Cylindrical-coordinate representation of color #CBF159: hue angle of 75º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBF159 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 241 89 -
CMYK 0.16 0 0.63 0.05
HSL 75º 0.84% 0.65% -
HSV(B) 75º 0.63% 0.95% -
XYZ 57.89 76.33 21.13 -
YUV 212.31 58.41 121.36 -
System Red Green Blue C M Y K H S L
Decimal 203 241 89 0.16 0 0.63 0.05 75 0.84 0.65
Hex CB F1 59 10 0 3F 5 4B 54 41
Octal 313 361 131 20 0 77 5 113 124 101
Binary 11001011 11110001 1011001 10000 0 111111 101 1001011 1010100 1000001

Color Harmonies of #CBF159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF159

Black with #CBF159

Text Example


Text Example

White with #CBF159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF159; }

 p { color: rgb(203,241,89); }

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

background-color css

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

 a { background-color: rgb(203,241,89); }

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

border-color css

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

 span { border-color: rgb(203,241,89); }

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