Html Css Color HEX #CBF25F Mindaro

📋 copy color: '#CBF25F'

red 203 ◦ green 242 ◦ blue 95

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

Shades of Mindaro #CBF25F

Tints of Mindaro #CBF25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.59%

R = 37.59%
G = 44.81%
B = 17.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#CBF25F (or 0xCBF25F) is known color: Mindaro. HEX triplet: CB, F2 and 5F. RGB value is (203,242,95). Sum of RGB (Red+Green+Blue) = 203+242+95=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 242 (94.92% from 255 or 44.81% from 540); Blue value is 95 (37.5% from 255 or 17.59% from 540); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF25F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF25F is #340DA0. Grayscale: #D6D6D6. Windows color (decimal): -3411361 or 6288075. OLE color: 6288075.

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

Color convert

RGB 203 242 95 -
CMYK 0.16 0 0.61 0.05
HSL 75.92º 0.85% 0.66% -
HSV(B) 75.92º 0.61% 0.95% -
XYZ 58.45 77.03 22.61 -
YUV 213.58 61.08 120.45 -
System Red Green Blue C M Y K H S L
Decimal 203 242 95 0.16 0 0.61 0.05 75.92 0.85 0.66
Hex CB F2 5F 10 0 3D 5 4C 55 42
Octal 313 362 137 20 0 75 5 114 125 102
Binary 11001011 11110010 1011111 10000 0 111101 101 1001100 1010101 1000010

Color Harmonies of #CBF25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF25F

Black with #CBF25F

Text Example


Text Example

White with #CBF25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF25F; }

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

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

background-color css

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

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

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

border-color css

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

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

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