Html Css Color HEX #CBF058 Mindaro

📋 copy color: '#CBF058'

red 203 ◦ green 240 ◦ blue 88

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

Shades of Mindaro #CBF058

Tints of Mindaro #CBF058

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.2%

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

R = 38.23%
G = 45.2%
B = 16.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#CBF058 (or 0xCBF058) is known color: Mindaro. HEX triplet: CB, F0 and 58. RGB value is (203,240,88). Sum of RGB (Red+Green+Blue) = 203+240+88=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 88 (34.77% from 255 or 16.57% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF058 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF058 is #340FA7. Grayscale: #D4D4D4. Windows color (decimal): -3411880 or 5828811. OLE color: 5828811.

HSL color Cylindrical-coordinate representation of color #CBF058: hue angle of 74.61º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CBF058 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 240 88 -
CMYK 0.15 0 0.63 0.06
HSL 74.61º 0.84% 0.64% -
HSV(B) 74.61º 0.63% 0.94% -
XYZ 57.55 75.72 20.81 -
YUV 211.61 58.24 121.86 -
System Red Green Blue C M Y K H S L
Decimal 203 240 88 0.15 0 0.63 0.06 74.61 0.84 0.64
Hex CB F0 58 F 0 3F 6 4B 54 40
Octal 313 360 130 17 0 77 6 113 124 100
Binary 11001011 11110000 1011000 1111 0 111111 110 1001011 1010100 1000000

Color Harmonies of #CBF058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF058

Black with #CBF058

Text Example


Text Example

White with #CBF058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF058; }

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

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

background-color css

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

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

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

border-color css

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

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

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