Html Css Color HEX #CBF029 Pear

📋 copy color: '#CBF029'

red 203 ◦ green 240 ◦ blue 41

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

Shades of Pear #CBF029

Tints of Pear #CBF029

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.59%

 BLUE value IS 41 (16.41% from 255) = 8.47%

R = 41.94%
G = 49.59%
B = 8.47%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#CBF029 (or 0xCBF029) is known color: Pear. HEX triplet: CB, F0 and 29. RGB value is (203,240,41). Sum of RGB (Red+Green+Blue) = 203+240+41=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 41 (16.41% from 255 or 8.47% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF029 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF029 is #340FD6. Grayscale: #CFCFCF. Windows color (decimal): -3411927 or 2748619. OLE color: 2748619.

HSL color Cylindrical-coordinate representation of color #CBF029: hue angle of 71.16º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBF029 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 240 41 -
CMYK 0.15 0 0.83 0.06
HSL 71.16º 0.87% 0.55% -
HSV(B) 71.16º 0.83% 0.94% -
XYZ 56.19 75.18 13.65 -
YUV 206.25 34.74 125.68 -
System Red Green Blue C M Y K H S L
Decimal 203 240 41 0.15 0 0.83 0.06 71.16 0.87 0.55
Hex CB F0 29 F 0 53 6 47 57 37
Octal 313 360 51 17 0 123 6 107 127 67
Binary 11001011 11110000 101001 1111 0 1010011 110 1000111 1010111 110111

Color Harmonies of #CBF029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF029

Black with #CBF029

Text Example


Text Example

White with #CBF029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF029; }

 p { color: rgb(203,240,41); }

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

background-color css

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

 a { background-color: rgb(203,240,41); }

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

border-color css

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

 span { border-color: rgb(203,240,41); }

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