Html Css Color HEX #CBED74 Sulu

📋 copy color: '#CBED74'

red 203 ◦ green 237 ◦ blue 116

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

Shades of Sulu #CBED74

Tints of Sulu #CBED74

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.63%

 BLUE value IS 116 (45.7% from 255) = 20.86%

R = 36.51%
G = 42.63%
B = 20.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#CBED74 (or 0xCBED74) is known color: Sulu. HEX triplet: CB, ED and 74. RGB value is (203,237,116). Sum of RGB (Red+Green+Blue) = 203+237+116=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBED74 is #34128B. Grayscale: #D5D5D5. Windows color (decimal): -3412620 or 7663051. OLE color: 7663051.

HSL color Cylindrical-coordinate representation of color #CBED74: hue angle of 76.86º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBED74 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 237 116 -
CMYK 0.14 0 0.51 0.07
HSL 76.86º 0.77% 0.69% -
HSV(B) 76.86º 0.51% 0.93% -
XYZ 58.07 74.53 27.85 -
YUV 213.04 73.24 120.84 -
System Red Green Blue C M Y K H S L
Decimal 203 237 116 0.14 0 0.51 0.07 76.86 0.77 0.69
Hex CB ED 74 E 0 33 7 4D 4D 45
Octal 313 355 164 16 0 63 7 115 115 105
Binary 11001011 11101101 1110100 1110 0 110011 111 1001101 1001101 1000101

Color Harmonies of #CBED74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBED74

Black with #CBED74

Text Example


Text Example

White with #CBED74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBED74; }

 p { color: rgb(203,237,116); }

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

background-color css

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

 a { background-color: rgb(203,237,116); }

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

border-color css

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

 span { border-color: rgb(203,237,116); }

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