Html Css Color HEX #CBF85F Mindaro

📋 copy color: '#CBF85F'

red 203 ◦ green 248 ◦ blue 95

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

Shades of Mindaro #CBF85F

Tints of Mindaro #CBF85F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.42%

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

R = 37.18%
G = 45.42%
B = 17.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#CBF85F (or 0xCBF85F) is known color: Mindaro. HEX triplet: CB, F8 and 5F. RGB value is (203,248,95). Sum of RGB (Red+Green+Blue) = 203+248+95=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 248 (97.27% from 255 or 45.42% from 546); Blue value is 95 (37.5% from 255 or 17.40% from 546); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF85F is #3407A0. Grayscale: #D9D9D9. Windows color (decimal): -3409825 or 6289611. OLE color: 6289611.

HSL color Cylindrical-coordinate representation of color #CBF85F: hue angle of 77.65º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBF85F is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 203 248 95 -
CMYK 0.18 0 0.62 0.03
HSL 77.65º 0.92% 0.67% -
HSV(B) 77.65º 0.62% 0.97% -
XYZ 60.26 80.66 23.22 -
YUV 217.1 59.09 117.94 -
System Red Green Blue C M Y K H S L
Decimal 203 248 95 0.18 0 0.62 0.03 77.65 0.92 0.67
Hex CB F8 5F 12 0 3E 3 4E 5C 43
Octal 313 370 137 22 0 76 3 116 134 103
Binary 11001011 11111000 1011111 10010 0 111110 11 1001110 1011100 1000011

Color Harmonies of #CBF85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF85F

Black with #CBF85F

Text Example


Text Example

White with #CBF85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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