Html Css Color HEX #CBF258 Mindaro

📋 copy color: '#CBF258'

red 203 ◦ green 242 ◦ blue 88

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

Shades of Mindaro #CBF258

Tints of Mindaro #CBF258

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.4%

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

R = 38.09%
G = 45.4%
B = 16.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#CBF258 (or 0xCBF258) is known color: Mindaro. HEX triplet: CB, F2 and 58. RGB value is (203,242,88). Sum of RGB (Red+Green+Blue) = 203+242+88=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF258 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF258 is #340DA7. Grayscale: #D5D5D5. Windows color (decimal): -3411368 or 5829323. OLE color: 5829323.

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

Color convert

RGB 203 242 88 -
CMYK 0.16 0 0.64 0.05
HSL 75.19º 0.86% 0.65% -
HSV(B) 75.19º 0.64% 0.95% -
XYZ 58.14 76.91 21.01 -
YUV 212.78 57.58 121.02 -
System Red Green Blue C M Y K H S L
Decimal 203 242 88 0.16 0 0.64 0.05 75.19 0.86 0.65
Hex CB F2 58 10 0 40 5 4B 56 41
Octal 313 362 130 20 0 100 5 113 126 101
Binary 11001011 11110010 1011000 10000 0 1000000 101 1001011 1010110 1000001

Color Harmonies of #CBF258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF258

Black with #CBF258

Text Example


Text Example

White with #CBF258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF258; }

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

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

background-color css

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

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

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

border-color css

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

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

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