Html Css Color HEX #CBF25A Mindaro

📋 copy color: '#CBF25A'

red 203 ◦ green 242 ◦ blue 90

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

Shades of Mindaro #CBF25A

Tints of Mindaro #CBF25A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.82%

R = 37.94%
G = 45.23%
B = 16.82%

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

#CBF25A (or 0xCBF25A) is known color: Mindaro. HEX triplet: CB, F2 and 5A. RGB value is (203,242,90). Sum of RGB (Red+Green+Blue) = 203+242+90=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF25A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF25A is #340DA5. Grayscale: #D5D5D5. Windows color (decimal): -3411366 or 5960395. OLE color: 5960395.

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

Color convert

RGB 203 242 90 -
CMYK 0.16 0 0.63 0.05
HSL 75.39º 0.85% 0.65% -
HSV(B) 75.39º 0.63% 0.95% -
XYZ 58.23 76.94 21.45 -
YUV 213.01 58.58 120.86 -
System Red Green Blue C M Y K H S L
Decimal 203 242 90 0.16 0 0.63 0.05 75.39 0.85 0.65
Hex CB F2 5A 10 0 3F 5 4B 55 41
Octal 313 362 132 20 0 77 5 113 125 101
Binary 11001011 11110010 1011010 10000 0 111111 101 1001011 1010101 1000001

Color Harmonies of #CBF25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF25A

Black with #CBF25A

Text Example


Text Example

White with #CBF25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF25A; }

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

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

background-color css

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

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

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

border-color css

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

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

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