Html Css Color HEX #CBE641 Las Palmas

📋 copy color: '#CBE641'

red 203 ◦ green 230 ◦ blue 65

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

Shades of Las Palmas #CBE641

Tints of Las Palmas #CBE641

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.18%

 BLUE value IS 65 (25.78% from 255) = 13.05%

R = 40.76%
G = 46.18%
B = 13.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#CBE641 (or 0xCBE641) is known color: Las Palmas. HEX triplet: CB, E6 and 41. RGB value is (203,230,65). Sum of RGB (Red+Green+Blue) = 203+230+65=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 65 (25.78% from 255 or 13.05% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE641 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBE641 is #3419BE. Grayscale: #CBCBCB. Windows color (decimal): -3414463 or 4318923. OLE color: 4318923.

HSL color Cylindrical-coordinate representation of color #CBE641: hue angle of 69.82º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBE641 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 230 65 -
CMYK 0.12 0 0.72 0.10
HSL 69.82º 0.77% 0.58% -
HSV(B) 69.82º 0.72% 0.9% -
XYZ 53.88 69.67 15.61 -
YUV 203.12 50.05 127.92 -
System Red Green Blue C M Y K H S L
Decimal 203 230 65 0.12 0 0.72 0.10 69.82 0.77 0.58
Hex CB E6 41 C 0 48 A 46 4D 3A
Octal 313 346 101 14 0 110 12 106 115 72
Binary 11001011 11100110 1000001 1100 0 1001000 1010 1000110 1001101 111010

Color Harmonies of #CBE641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE641

Black with #CBE641

Text Example


Text Example

White with #CBE641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE641; }

 p { color: rgb(203,230,65); }

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

background-color css

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

 a { background-color: rgb(203,230,65); }

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

border-color css

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

 span { border-color: rgb(203,230,65); }

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