Html Css Color HEX #CBF158 Mindaro

📋 copy color: '#CBF158'

red 203 ◦ green 241 ◦ blue 88

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

Shades of Mindaro #CBF158

Tints of Mindaro #CBF158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.54%

R = 38.16%
G = 45.3%
B = 16.54%

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

#CBF158 (or 0xCBF158) is known color: Mindaro. HEX triplet: CB, F1 and 58. RGB value is (203,241,88). Sum of RGB (Red+Green+Blue) = 203+241+88=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 88 (34.77% from 255 or 16.54% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF158 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF158 is #340EA7. Grayscale: #D4D4D4. Windows color (decimal): -3411624 or 5829067. OLE color: 5829067.

HSL color Cylindrical-coordinate representation of color #CBF158: hue angle of 74.9º degrees, saturation: 0.85, 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 #CBF158 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 241 88 -
CMYK 0.16 0 0.63 0.05
HSL 74.9º 0.85% 0.65% -
HSV(B) 74.9º 0.63% 0.95% -
XYZ 57.85 76.31 20.91 -
YUV 212.2 57.91 121.44 -
System Red Green Blue C M Y K H S L
Decimal 203 241 88 0.16 0 0.63 0.05 74.9 0.85 0.65
Hex CB F1 58 10 0 3F 5 4B 55 41
Octal 313 361 130 20 0 77 5 113 125 101
Binary 11001011 11110001 1011000 10000 0 111111 101 1001011 1010101 1000001

Color Harmonies of #CBF158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF158

Black with #CBF158

Text Example


Text Example

White with #CBF158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF158; }

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

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

background-color css

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

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

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

border-color css

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

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

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