Html Css Color HEX #CBF25D Mindaro

📋 copy color: '#CBF25D'

red 203 ◦ green 242 ◦ blue 93

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

Shades of Mindaro #CBF25D

Tints of Mindaro #CBF25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.29%

R = 37.73%
G = 44.98%
B = 17.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#CBF25D (or 0xCBF25D) is known color: Mindaro. HEX triplet: CB, F2 and 5D. RGB value is (203,242,93). Sum of RGB (Red+Green+Blue) = 203+242+93=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF25D is #340DA2. Grayscale: #D5D5D5. Windows color (decimal): -3411363 or 6157003. OLE color: 6157003.

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

Color convert

RGB 203 242 93 -
CMYK 0.16 0 0.62 0.05
HSL 75.7º 0.85% 0.66% -
HSV(B) 75.7º 0.62% 0.95% -
XYZ 58.36 76.99 22.14 -
YUV 213.35 60.08 120.62 -
System Red Green Blue C M Y K H S L
Decimal 203 242 93 0.16 0 0.62 0.05 75.7 0.85 0.66
Hex CB F2 5D 10 0 3E 5 4C 55 42
Octal 313 362 135 20 0 76 5 114 125 102
Binary 11001011 11110010 1011101 10000 0 111110 101 1001100 1010101 1000010

Color Harmonies of #CBF25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF25D

Black with #CBF25D

Text Example


Text Example

White with #CBF25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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